GUIslice Builder wont compile on Teensy 4.0

schlank

Active member
Hello!

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."
[/COLOR][/I]

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?
 
Back
Top