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

  • A couple of months ago I have had this proplem too. I bought a library from a german softwarehouse (written in C).

    for black&white you'll pay
    € 2990.- (basic)
    € 1490.- (extended)
    € 290.- (display driver)
    € 390.- (bmp to C - converter)

    they also sell drivers for color-displays.

    Take a look at

    http://www.segger.de

    ...Leo

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