2005-06-21 02:42 AM
2005-06-09 08:02 PM
Hi,
I am interfacing ST10F269 with Graphic LCD Module based on SED1335 LCD controller. How will I define LCD registers. Please send some examples in C for Keil compiler at the earliest2005-06-21 02:42 AM
Hello,
I think you are connecting the LCD on the external bus. What you have to do is select a free address range and define a BUSCONx/ADDRSELx pair to point to this range. For exemple, if you use the segment 5 to map the LCD, you can use the following define: #define LCD_register0 *( unsigned int huge *)(0x00050000) Hope this help.