This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 memory array. I would then load the memory array to the LCD controller.

Thanks

Dan

Parents
  • 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.

Reply
  • 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.

Children
No data