Hello!
I want to use GUIslice but I cannot compile it:
[/COLOR][/I]
I dont know why ks0108.h is need to compile code for a TFT?
However, any idea how to solve it?
I want to use GUIslice but I cannot compile it:
Code:
In file included from /Users/.../.platformio/packages/framework-arduinoteensy/libraries/ks0108/ks0108.cpp:35:
/Users/a.../.platformio/packages/framework-arduinoteensy/libraries/ks0108/ks0108.h:51:2:
[I][COLOR="#FF0000"]error: #error "Sorry, this library does not work on 32 bit Teensy. Use openGLCD."
Code:
[env:TeensyTFT]
platform = https://github.com/platformio/platform-teensy.git
board = teensy40
framework = arduino
lib_deps =
adafruit/Adafruit GFX Library@^1.11.5
adafruit/Adafruit BusIO@^1.14.1
bodmer/TFT_eSPI @ ^2.5.30
impulseadventure/GUIslice@^0.17.0
I dont know why ks0108.h is need to compile code for a TFT?
However, any idea how to solve it?