gemu
gemu
ok, leave it open for others. i will examine why that variant works and others not. +> allows for recursion but i am sure it also worked with => when...
hi chkbln, the display is connected via 3 wire hardware spi. (you must set up the jumper on the display for 3 wire spi) in user_config_overwrite specify #define USE_SSD1351 then...
ok, you must specify => #define USE_SPI #define USE_DISPLAY #define USE_DISPLAY_SSD1351 #undef USE_DISPLAY_MODES1TO5 // because i do not support modes 1-5 #define SHOW_SPLASH // nice to see when display comes...
Hardware: ssd1351module => ESP =========== GND => GND VCC => 3,3 V (5 Volt will damage the display) DIN => MOSI (GPIO13) CLK => SCLK (GPIO14) CS => SPI_CS (GPIO15)...
ok, this include was actually not needed, i removed it. (otherwise it had to be uppercase ) my drivers do only support display mode 0. you have to display data...
@iz3man most of my fork is transferred to Tasmota so you may find the docs there. the cc1101 moritz driver is nearly ready but it is meant for special LORA...
i definitely will do no more development with cc1101. the only LORA devices which i would be interested (Homematic) have proprietary encrypted protocols which can not be used here. When...
you are on an esp8266 and thus use all channels in software serial mode this will not work. software serial blocks when sending and so prevents any receiving (no full...
i am currently extremely busy with other things, so it will take some time until i can solve some issues with this driver. 1. since i always use i2s output...
@meingraham multiple PZEM support could be easily added with a few minor modifications to my driver. according the complexity of coding the descriptors you are true, but once you have...