tsctrl
tsctrl
the exact config is BLE_42_FEATURE_SUPPORT which only enabled for c3.
>  > > Here! i have outdoor P4 80x40 icn 2037bp 1/10s panel. has this one merge to master? i could test once
sorry to interrupt. i take back what i said. this panel has different scale, non standard than the standard 32x64px which require all ~~display~~ graphic to be remap to this...
@mrfaptastic , ``` platform_detect.hpp:58:19: note: #pragma message: Compiling for original ESP32 (released 2016) #pragma message "Compiling for original ESP32 (released 2016)" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` this message keep showing during compiling the...
@Jiwno https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/blob/58610563ee7a7084db1a58fd715faea35904cf17/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h#L246 as per @DarrylStrong suggested, SM5266 IC changes was already in the latest library. you dont have to modify the library or replace .cpp files. only need to specify...
i guess you could use any vspi or hspi pin by just changing the pin in config. if that is not working then you can just create adruino SPIClass SPI2(pin,...
hi @dreamy1, can you point or share the url for the other variant or fork of the internet radio that was using the lan module?
just dont use the arduino ide. use at least platform io. i doubt you couldnt change the spi pin. SPI class is predefined in the lib and you should able...
here is the example you can follow: https://github.com/espressif/arduino-esp32/blob/master/libraries/SPI/examples/SPI_Multiple_Buses/SPI_Multiple_Buses.ino
you need to have this declaration and have all your code to use this SPI Class to handle the SPI bus data transfer instead of Predefined SPI Class. And you...