• Graphic routines, Graphic LCD
    I am working on a project with a 320x240 pixel LCD connected to a 8051 with an Epson 1335 controller.... has anyone come across graphics routines that would allow "line" "lineto" drawing routines to a...
  • Graphic routines, Graphic LCD
    I am working on a project with a 320x240 pixel LCD connected to a 8051 with an Epson 1335 controller.... has anyone come across graphics routines that would allow "line" "lineto" drawing routines to a...
  • My LCD routine doesnt work , simulator give correct answer
    #include <LPC214X.H> //Control lines connected to P0.0, P0.1, P0.2, nad data is connected to P0.4,P0.5, P0.6, P0.7 #define LCD_DATA 0x000000FF #define LCD_SET IO0SET #define LCD_CLR IO0CLR /...
  • My LCD routine doesnt work , simulator give correct answer
    #include <LPC214X.H> //Control lines connected to P0.0, P0.1, P0.2, nad data is connected to P0.4,P0.5, P0.6, P0.7 #define LCD_DATA 0x000000FF #define LCD_SET IO0SET #define LCD_CLR IO0CLR /...
  • routines for LPC & I2C
    Does anyone know where I can get working I2C routines for Philips LPC in Keil C ? The version from Keil's site does not read data correctly. I can not get it to work. Thanx in advance.