-
Make a python module for talking to the LCD screen and figure out all that jazz. Adafruit has an open source library but that is more fitting for our micro not the Pi
-
its no longer supported
https://github.com/adafruit/Adafruit_ILI9340
https://www.arduinolibraries.info/libraries/adafruit-ili9340
-
Hello,
I'm trying to use your library with a ESP8266 and and the LCD display.
Unfortunately the Arduino IDE cannot compile the software.
Note that:
- I have downloaded your library and correctly insta…
-
these are the errors i get when i try compiling the graphics test example. please help!!!
Arduino: 1.6.10 (Windows 10), Board: "Arduino/Genuino 101"
In file included from C:\Users\Richard\AppData\Loc…
-
In the initialization code, there are a large number of commands at the start sent to the ILI9340 that are not documented in the datasheet for the chip. What are these commands, and why are they sent…
-
You wrote you had this tested with
```
I tested by the following environment.
Raspberry Pi + ILI9341 SPI TFT.
OrangePi PC + ILI9325 Parallel TFT.
```
can you share a link with boards that wor…
-
List bill of materials
-
Issue #10636 exposed a problem that a few cases that SPI slave drivers aren't converted to DTS. Doing a grep in the tree for SPI_._NAME or SPI_DRV_NAME or spi_config we come up with:
```
tests/dr…
galak updated
5 years ago
-
Here's a list of Kconfig symbols that are referenced somewhere but not defined in the (main) Kconfig tree, sorted by name and with the locations where they're referenced. If you see something you reco…
-
**Describe the bug**
I created two Bluetooth Mesh nodes to put them in the same network. I use the serial to control one of the nodes to send packets to another node. Send the next packet immediately…