kevin shang Posted August 14, 2017 Report Share Posted August 14, 2017 We may need to trans our gui proj to pic32 mcu which having a 32MB ddr stacked, i didn't find the xc32 compiler information in gfx_complier.h file, Is there any notice should be taken about ugfx? Link to comment Share on other sites More sharing options...
inmarket Posted August 14, 2017 Report Share Posted August 14, 2017 uGFX is designed to work with most c compilers even unknown ones. The compiler list is largely to work around problems that particular compilers have. I believe that someone has already had uGFX working on the pic32 - search the forum for more information. In any regard, try it as it should just work. If you set GFX_SHOW_COMPILER to TRUE in your gfxconf.h file it should print out a message showing what compiler it thought it detected. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted August 15, 2017 Report Share Posted August 15, 2017 We know of several people and companies that successfully run µGFX on a PIC32 platform. As @inmarket mentioned the library has been designed to work with any system and compiler. You shouldn't encounter any problems. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now