-
Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.
To minimise effort to resolve issues the followi…
-
```
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],
…
-
```
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],
…
-
```
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],
…
-
We want to order some new test board by the end of May 2022.
These are the components we know are on the board.
- [Raspberry Pi Pico with integrated charging circuit](https://shop.pimoroni.com/…
-
The examples in the other repositories that are using this library are outdated due to this pull request.
Downloading the old version of this repository (commit c0733d6) and pip installing that one…
-
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…
-
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…
-
When I use stm32f411ce to install the simulator and run arcade uF2 firmware, the sound will be stuck when playing, and adjusting the volume will also be stuck. My definition is as follows
#ifndef…
-
Latest version of the SdFat library causes compile errors!