-
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…
-
Hello team,
TL;DR
At T-Display-S3 board while using C++ backend AboutSlint{} is falling into neverending for loop which is causing reset of the board (without any error).
I've started today my …
-
Hi, and thanks for this repo!
I believe that by forcing the pull where there would be a NOP instead, a race condition is avoided, and the WR clock line is kept in consistent state.
```
.program…
-
I'm trying to use this library for an embeded project with an LCD that uses an SPI with 16 bits of data as DataSize. I can create the SPI correctly width `let spi = Spi::::new(pac.SPI1);` (note the 1…
-
When I try to use the ESP32 C3 Super Mini with the St7735 Driver, I am never able to get anything on the screen and there seems to be an error that comes up on Example sketches that use the Serial Mon…
-
Hi
Please can you advice where the SPI pins are.
On the PCB it has printed SCK=io5, MOSI=io27, MISO=io19
How do I physically connect to these pins? I can't see any pin outs on the board with th…
-
When I tried to use the port_v8 branch, I found that the compilation failed. It seems that the submodule corresponds to the previous version.
-
1) Some RISC-V architectures have as many as 80 GPIOs. Defining those in KConfigs will be annoying, especially given the current awesome trend of pins being behind a MUX so they can be configured as …
-
While working on a tinygo display driver I found it useful to be able to debug issues in the web browser using the wasm target,
I have created an implementation of the Displayer interface that draw…
-
For example, communicating with an SSD1677 eink display chip. ([Datasheet](https://www.waveshare.com/w/upload/2/2a/SSD1677_1.0.pdf))
Rather than having separate in/out data pins, they instead have …