View previous topic :: View next topic |
Author |
Message |
agsrinivasan
Joined: 24 Sep 2008 Posts: 3 Location: Malaysia
|
PIC18F4550+ 122x32 graphics LCD |
Posted: Sun Oct 12, 2008 10:10 pm |
|
|
Hello all,
I am working with PIC 18F4550 USB development kit & CCS compiler. I have interfaced the LCD CMG32122 with this board. This LCD has the SED1520 controller. I have done all programming, and letters and messages displayed successfully.
I have created some sample bmp, and created the font library for that bmp file.
Is there any function available for reading the entire bmp fonts and displaying in my lcd ?
Waiting for reply.
srini |
|
|
Rohit de Sa
Joined: 09 Nov 2007 Posts: 282 Location: India
|
|
|
agsrinivasan
Joined: 24 Sep 2008 Posts: 3 Location: Malaysia
|
122x32 LCD CCS working code not working in MPLAB |
Posted: Tue Oct 28, 2008 8:18 pm |
|
|
hi all,
I am doing driver for 122x32 graphics LCD. It was working fine with CCS compiled hex. The same code I have modified and compiled in MPLAB compiler, but the lcd not working, what is the problem ? What are the necessary things I need to modify.
please reply.
Thanks in Advance. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Oct 28, 2008 9:00 pm |
|
|
Quote: |
The same code I have modified and compiled in MPLAB compiler, but the
lcd not working. |
It's not the job of the CCS forum to make Microchip C18 code work.
You should ask your questions in the C18 forum:
http://forum.microchip.com/tt.aspx?forumid=3 |
|
|
|