-
```
In the procedure
static int16_t ucg_com_arduino_generic_SW_SPI(ucg_t *ucg, int16_t msg, uint16_t
arg, uint8_t *data)
the call to
ucg_com_arduino_init_shift_out(ucg->pin_list[UCG_PIN_SDA],
…
-
Hi, I tried to compile the example of the azdelivery website and am getting an errorcode:
Documents/Arduino/libraries/HCScreen-master/HCScreen.cpp: In member function 'void HCScreen::showIcon(uint8…
-
With the move to the "new" way of doing things, we've broken compatibility with Bullseye ("Raspberry OS Legacy");
* the install script now objects to being run as root, but the "one line install" (…
-
My ST7735 works perfectly. So does my SD module. But when I use them together on my Mega2560, the display blanks out and the SD init() says error on initialization. (They share the usual MISO, CLK, et…
-
Hi Edzelf,
what a phantastic project, thanks at first.
Based on your documentation I've bought a KMR-1.8 SPI 128*180 TFT, pic was (nearly) identical to this in your ESP32-radio.pdf.
But it won't wo…
-
scrollMargin() only works for bottom == 0
e.g. // TFA+VSA+BFA must equal 320
VSA = 320 - TFA - BFA; // is correct
VSA = 320 - TFA **+** BFA; // only ok for 320 - TFA **+** 0
The same problem…
-
I uploaded the example file to my ESP32 dev board and the HCSrceen.cpp had an issue with the Color565() method (turned out new library changed the capital C to smaller case c but even after that and u…
-
I looked in README, didn't see any mention of this changing?
`
% python3 make.py esp32 clean BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=16 DISPLAY=ST7735 --usb-otg --dual-core-th…
-
Hi all
I have a little feature request. It would be great if the light sensor could be used to disable the display at night. That should also increase the lifespan of the display.
Thanks for addi…
-
```
In the procedure
static int16_t ucg_com_arduino_generic_SW_SPI(ucg_t *ucg, int16_t msg, uint16_t
arg, uint8_t *data)
the call to
ucg_com_arduino_init_shift_out(ucg->pin_list[UCG_PIN_SDA],
…