Posted on:
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
Posted on:
please tell us what kind of LCD and wich contoller do you want to use... wee need informations to give informations ;-)
Posted on:
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...
Posted on:
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.