mvoss96 / LED-PIXELART-MATRIX

WIP firmware for an esp32 based LED Matrix
24 stars 5 forks source link

Support for TTGO T8 v1.7? #3

Closed Commifreak closed 3 years ago

Commifreak commented 3 years ago

The TTGO T8 (board set to ESP32 dev) seems not compatible to default sd card wirings or something.

however, this is the module: https://github.com/LilyGO/TTGO-T8-ESP32

with default config the serial console says that the sd could not be opened. I already changed the hard coded pin number but it seems that some SPI pins are different as well.

is it possible to adapt the code? Maybe by some SPI tweaking?

regards,

Commifreak commented 3 years ago

Inavlid issue. I had a problem with SPI pins by setting the wrong board. The TTGO T1 board (ESP32 board) is also valid for the T8 v1.7

The Matrix is just working fine :) I just found a bug inside the frames = correction code: The write function to the config removes the whole config.ini content before writing the frames. It does not append.

I commented the code for now.