SmittyHalibut/EleksTubeHAX

Hardware version Gen2

DarthWeber opened this issue · 3 comments

Hi, is this working with Gen2.1 also or do i need to change something?

Looks like the pinout changed but i don't know how to get it. The boards now hosts a ESP32-Pico-D4

Thanks,
Tom

// Chip Select shift register, to select the display
#define CSSR_DATA_PIN (14) // 14
#define CSSR_CLOCK_PIN (9) // 9
#define CSSR_LATCH_PIN (10) // 10

works with Gen2.1 (ESP32 Pico D4 Chip)

Added support for this clock in the _pio folder.

// Chip Select shift register, to select the display #define CSSR_DATA_PIN (14) // 14 #define CSSR_CLOCK_PIN (9) // 9 #define CSSR_LATCH_PIN (10) // 10

works with Gen2.1 (ESP32 Pico D4 Chip)

Do you have a backup of the original firmware on the chip? I would like to try to get some images from it. The updates from Eleksmaker are not the full image, they only include the code portion which does not have images, I assume they stashed them in spiffs or littlefs or whatever.