-
Hello, I'm using this with the intent of creating a game that utilizes the screen. However, there's no update method or anything to utilize a buffer, so every operation is immediately applied. This ca…
-
Hi,
Sorry to bother you again. I'm struggling with a niggling little problem, which I hope you can help me with.
I have set up a button that, when pressed for two seconds, calls ProcessMainMenu.…
-
Thanks for this great library!
I'm using this library to display some terminal text on the
small TFT display. Unfortunately the speed for printing
text is rather low. Therefore updating the whole…
-
Hello.
I have a ST7735 display connected to SPI1 at a pico and this pico connected with SWD to another pico to be able to debug my code. The following minimal sample code reproduce this issue:
```…
-
I use the Respberry PICO and if I compile ucglib into a static library, I get a file of about 3.6 Megabytes. The if I create a simple project with ucglib I get an elf of 1.168 megabytes. Isn't that a …
-
Hi Bodmer and thanks a lot for the library.
I have an esp32 30 pins and a 320x240 ili9341. I created a user setting file like the code under.
Sometimes something display, sometimes no. Wiring seem…
-
Hi
I am really happy using my Enviro + and PMS5003 with Luftdaten but I was wondering if there is a way to put the display to sleep after a few minutes. The information being displayed (ID and Wif…
-
Using esp-idf. When drawing a sprite, there is one black pixel drawn to the left of each first pixel that is masked (see attached image).
To reproduce:
1. Fill lcd with a color (eg. drawing a rect…
-
![PXL_20220830_051018746 MP](https://user-images.githubusercontent.com/14851383/187355046-f3414fda-a7ae-4dd4-9240-fc3e437d33a4.jpg)
This doesn't occur when running `gdisplay.attach` in a regular …
-
### The problem
Trying to use a ST7789 (240x320) display configured as [ST7789V](https://esphome.io/components/display/st7789v.html), but the display view size is being rendered as 135 x 240 pixels i…