View previous topic :: View next topic |
Author |
Message |
Tasark
Joined: 25 Jan 2011 Posts: 12
|
128x64 Graphical Display |
Posted: Tue Jan 25, 2011 10:18 am |
|
|
I have a dot matrix display and am looking for some routines to speed up the graphical development. I have seen Microchip's Graphical Library but it seems to be for a full color large LCD where I am using a dot matrix 128x64 display. Also it is written for C18 compiler and I am using the CCS compiler, so I would have to port over a LOT of code to get some routines to work.
The controller I am using is the NT7108 Controller.
Is there any small functions that can write up check boxes, some fonts, progress bars, etc for the CCS compiler on a smaller graphical display like this? Thanks |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Tue Jan 25, 2011 11:00 am |
|
|
Check out CCS's included "graphics.c" and "glcd.c"
Those probably have what you want.
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
Tasark
Joined: 25 Jan 2011 Posts: 12
|
|
Posted: Tue Jan 25, 2011 12:24 pm |
|
|
I have found those and have been playing around with them. I was looking for something a little more complete. Progress Bars, Radio buttons, etc.
Was curious if I was going to have to make my own or if there was anything floating around on the net. |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Tue Jan 25, 2011 12:28 pm |
|
|
Mmm, haven't looked... _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
|