View previous topic :: View next topic |
Author |
Message |
jpage
Joined: 23 Jun 2004 Posts: 24
|
easyGUI and CCS Compiler |
Posted: Fri Oct 05, 2007 6:52 am |
|
|
Just checking to see if anyone has had any experience designing LCD Graphics display interfaces using EasyGUI (www.easygui.com) and its compatibilty with the CCS Compiler.
I have a 128 x 64 Monochrome Graphics Display that I am interfacing with a PIC24FJ64GA002.
It's recommended by EasyGUI to use a uC with at least 10MIPs capabilty, this is why I am using the PIC24 series.
Thanks in advance for response.
JP |
|
|
jma_1
Joined: 08 Feb 2005 Posts: 147 Location: Wisconsin
|
|
Posted: Fri Oct 05, 2007 12:07 pm |
|
|
Greetings,
I have not used the easyGui, but I checked out the link you provided. One of the supported compilers is the HITECH-C compiler which also makes a version for the pic microchips. The data types supported by CCS may not be compatible with the definitions in the easyGUI routines. However, easyGUI says it provides the source code. With the source code, you should be able to sufficiently modify the routines to make them compatible.
Please post the results of what you find with their product.
Cheers,
JMA |
|
|
jpage
Joined: 23 Jun 2004 Posts: 24
|
|
Posted: Fri Nov 02, 2007 6:58 am |
|
|
I've been working with EasyGUI Tech support and (unfortunately) it looks like the CCS PCD Compiler is not compatible with EasyGUI.
EasyGUI said they would eventually have a compatible version -- I'll keep everyone posted.
Meanwhile -- I ended up using the Microchip C30 Compiler -- works fine (so far).
From what I can tell -- the Easy GUI program is well worth the price (under $1,000)
because it can save time writing C routines for GLCDs. |
|
|
octal
Joined: 15 Jan 2007 Posts: 39
|
|
Posted: Fri Nov 02, 2007 8:56 am |
|
|
jpage wrote: | I've been working with EasyGUI Tech support and (unfortunately) it looks like the CCS PCD Compiler is not compatible with EasyGUI.
EasyGUI said they would eventually have a compatible version -- I'll keep everyone posted.
From what I can tell -- the Easy GUI program is well worth the price (under $1,000)
because it can save time writing C routines for GLCDs. |
Stay tunned ;)
GLCD Font Creator will support fully CCS Compilers and will add support for Bitmaps editing. The filter for exporting fonts to CCS compilers and the library for CCS Compiler will be ready very soon, and the price will be much more low than EasyGUI.
Regards
octal _________________ http://www.pocketmt.com the GLCD Font Creator home |
|
|
|