Guest
#1538023
Hello I want to connect my LCD display with the ATMEGA32 controller but i can't find a c code which works. It would be very nice if anybody could post a code here. Thanks kamikaze
ATMEGA32 and LCD display
Guest
#1538023
Hello I want to connect my LCD display with the ATMEGA32 controller but i can't find a c code which works. It would be very nice if anybody could post a code here. Thanks kamikaze
Guest
#1538025
please tell us what kind of LCD and wich contoller do you want to use... wee need informations to give informations ;-)
Guest
#1538035
sorry, here is the LCD: http://www.watterott.com/bilder/produkte/gross/911_1.jpg its a DEM16216 but i don't know which producer...
Guest
#1538085
The datasheet tells the details of the commands to be sent. Note they require a minimum time for execution. The simplest approach is to have a timer tick of 10ms or so and send a command or data byte every timer tick. This way sensing the ready signal can be avoided. ReplyPlease log in before posting. |