Maker Pro
Maker Pro

PIC18F4680 Graphical LCD

All

wonder if some one could help me, I'm looking to see if any one has done a graphical LCD C18 development for a PIC18F4680.

I'm looking to implement a LCD to my project but haven't got the time to develops the code. The LCD I'm looking for is approx 60mm x 40mm. With a library that I could easily implement in my project to draw, output string in different Font and even draw pictures.

if I could do colour that would be great and it must be with C18 MPLAB So I could easily implement.

Jason.
 
Never done a GLCD, but it's on my to do list. Would like to see how you get on, it can be difficult finding a library.

I may have some code in a pic microcontroller book I brought recently, I'll share it with you tomorrow.
 
For your PIC18, check for Microchip MLA examples library...

I would recommend to use a PIC32 for LCD graphical interface ..so you can use Microchip Harmony. Harmony has a lots of inbuilt function/examples for a LCD graphical interface and easy to implement..
 
Top