-
```
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],
…
-
```
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],
…
-
Using a TTGO T-Display (and having activated that option in TFT-eSPI), I got a display problem: only part of the display is used, and with the wrong rotation. I tried changing it without success (only…
-
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…
-
```
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, and thanks for a great tool!
I have been using parts of the code for use with a wii nunchuck, which in itself works nice.
Some small things though, using the code with a spi tft display (Adafruit…
-
Latest version of the SdFat library causes compile errors!
-
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…