Adafruit Itsybitsy M4 with PJRC Display #346
-
My programming skills are pretty basic. Thank you for your generous tool and patience! I'm using the Adafruit Itsybitsy M4 with a PJRC Display. I have the display/touch working quite well with the MCU. I'm following your configuration check list. When I run the basic confirmation diagnostics (ex01_ard_basic) I get the following error:
Can you offer some assistance? Thanks again! • Identify the display and the appropriate graphics & touch drivers for it. • Confirm the stand-alone graphics and touch library tests work (ie. Adafruit graphicstest) without GUIslice • Select a GUIslice Example Config suitable for your display • Update GUIslice_config.h to include this Example Config • For breakout boards, modify the config pinout to match the wiring connections • Confirm GUIslice basic graphics diagnostic (ex01_ard_basic) works |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Josh — Can you try making a change to the following line in your config file? Change the value from 1 to 0:
thanks |
Beta Was this translation helpful? Give feedback.
Hi Josh —
Can you try making a change to the following line in your config file? Change the value from 1 to 0:
#define GSLC_USE_PROGMEM 0
thanks