esp-idf-st7789 icon indicating copy to clipboard operation
esp-idf-st7789 copied to clipboard

ST7789 Driver for esp-idf

Results 8 esp-idf-st7789 issues
Sort by recently updated
recently updated
newest added

I enjoy using this library but the performance of drawing could be improved. In stead of drawing directly to the display, I suggest drawing to a memory frame buffer and...

The screen cant reset after I flash the code. After I double the delay of reset pin it can auto reset now. ```c if ( GPIO_RESET >= 0 ) {...

I wanted to make some screenshots of some things I was doing with this graphics package, so I implemented a way to get SVG output. If you find it interesting,...

I implemented SVG output via ESP logging and sent you a pull request (https://github.com/nopnop2002/esp-idf-st7789/pull/30). This is really handy for making screen captures, which is otherwise tricky on the device. Attached...

Hi, i measure values every second an print them onto the screen. To clear old values i first fill the screen black and then draw the text. That results in...

https://www.youtube.com/watch?v=aOyaK0pUiPk&t I make the video demo u library on my custom board Check it out! Thanks!

Hi. Thank you for creating a perfect library. I want to ask you how to create file .FNT from .ttf file example: concielian.ttf. Thank you so much.

I've tried using code with ESP32-S3_WROOM1 kit but without success. GPIO23 is't present in esp32s3 so I changed it. I've tried different configurations but without results. No error on idf...