c5n / oh-ez-touch

OhEzTouch is a simple always-on touch control device for home automation systems driven by OpenHAB.
GNU General Public License v3.0
16 stars 3 forks source link

The bodmer/TFT_eSPI @ 2.3.58 is not available #28

Open MaxHeadroom777 opened 2 years ago

MaxHeadroom777 commented 2 years ago

Hi

I´m unable to use Version 2.3.58 of the bodmer/TFT_eSPI

Tryed different versions, and getting lots of errors

JensHoRi commented 1 year ago

Same for me, maybe I try to compile on ubuntu 64Bit system? Don't have another ubuntu system :-(

Library Manager: Installing bodmer/TFT_eSPI @ 2.3.58 Error: Could not find the package with 'bodmer/TFT_eSPI @ 2.3.58' requirements for your system 'linux_x86_64'

Any idea

fridomac commented 1 year ago

Hmm, working fine here on macOS 13 (which should be ARM 64bit, will try it on a Intel 64 bit tomorrow and report back)

JensHoRi commented 1 year ago

I found it and was able to compile.

Solution: => pio pkg search bodmer/TFT shows

bodmer/TFT_eSPI Library • 2.4.79 • Published on Thu Nov 3 22:24:16 2022 A TFT and ePaper (SPI or parallel interface) graphics library with optimisation for Raspberry Pi Pico, RP2040, ESP8266, ESP32 and STM32 processors

Changed Library in plattformio.ini to 2.4.79: from bodmer/TFT_eSPI @ 2.3.58 to bodmer/TFT_eSPI @ 2.4.79

Then compiling worked. Will report if device will work with the changed library

update: device up and running

JensHoRi commented 1 year ago

Should be solved ==> CLOSE