ImpulseAdventure / GUIslice

GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
https://www.impulseadventure.com/elec/guislice-gui.html
MIT License
1.12k stars 204 forks source link

ks0108: "Sorry, this library does not work on 32 bit Teensy. Use openGLCD. #494

Open pr8x opened 1 year ago

pr8x commented 1 year ago

Describe the bug

I am trying to operate my st7735 TFT display from the Teensy 4. I uncommented #include "../configs/ard-adagfx-st7735-notouch.h" and tried to compile some example. However, it fails with:

ks0108\ks0108.h:51:2: error: #error "Sorry, this library does not work on 32 bit Teensy. Use openGLCD."

So does this mean Teensy 4 is not supported for this display? Is there a list of displays (un)supported on Teensy 4?

Device hardware

Pconti31 commented 1 year ago

@pr8x You might get more help on the teensy forum. forum pjrc It might be as simple as using a different include file? Paul--