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 memory array. I would then load the memory array to the LCD controller. Thanks Dan
Here at BW we wrote a complete set of functions for Graph LCD management; they are now working on a C164 proj but are written in plain C language and well structured, so that porting on different platform is painless. The library works with the model depicted by you, writing to memory and with a background process copying memory to LCD. We have also a complete Fonts and multilingual management; please e-mail to stefano.costa@bluewind.it if you are interested and check our website http://www.bluewind.it for a free fonts design tool that's part of the library.