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.15k stars 207 forks source link

Teensy 4.1 Support #367

Closed MkMunich closed 3 years ago

MkMunich commented 3 years ago

As far I can see teensy 3.x is already supported. I got the teensy 4.1 and would like to use GUIslice. with ILI9341_t3 and its XPT2046_Touchscreen.

In the comments in section "; MCU: Teensy" it is written, that teensy 4.1 could be added by changing the line board = teensy41 Unfortunately this leads to an error: .platformio\packages\framework-arduinoteensy\libraries\UTFT\UTFT.cpp:81:4: error: #error "Unsupported ARM MCU!"

Best Regards

ImpulseAdventure commented 3 years ago

Hi @MkMunich — I assume this has been superseded by #369 ? If so, perhaps we will close this ticket and we’ll continue in the discussion thread. Thanks!

MkMunich commented 3 years ago

Hi Calvin, this is okay with me. Best Regards