ucglib icon indicating copy to clipboard operation
ucglib copied to clipboard

Arduino True Color Library for TFTs and OLEDs

Results 90 ucglib issues
Sort by recently updated
recently updated
newest added

There is a nice little [ESP32 ](https://www.banggood.com/LILYGO-TTGO-T-Display-ESP32-CP2104-WiFi-bluetooth-Module-1_14-Inch-LCD-Development-Board-p-1522925.html) with a ST7789V display on top that's 135x240 even though the description says 240x320. Can support for this be added to this fine...

Hi, I'm trying to use a 320x480 tft display from [elecrow] (https://www.elecrow.com/wiki/index.php?title=3.5_Inch_480x320_TFT_Display_with_Touch_Screen_for_Raspberry_Pi) connected over SPI with a BluePill (STM32F103) The display remains white and flickers - but I can't see...

The library already supports ST7735 tft screens, but only ones with 160x128 resolution. but, there are also screens with the same driver and everything, but with lower 160x80 resolution. Could...

Hello, I'm using Bluepill STM32F103C8, with stm32duino (arduino framework) and platformio. I try to compile a simple Hello world program, but I have following error: ``` .pio\libdeps\genericSTM32F103C8\Ucglib\src\Ucglib.cpp: In function 'void...

Hi, olikraus! I am having issues with the ST7735 using Ucglib. I am using my display to show values calculated from a lot of potentiometers and the values are very...

Hello bro. raspberry pico `Ucglib.cpp:834:3: error: '__NOP' was not declared`

Some device are ok, some are shifted from one or two pixels in axis x and y What can be modified in ucg_dev_ic_st7735.c, ucg_dev_tft_128x160_st7735.c to change the offset? Thanks ![st7735](https://user-images.githubusercontent.com/7613191/49103288-3215f880-f27b-11e8-906f-c88ea21a0bc1.JPG)

Hi, I would like to ask if it is possible to add support for ILI9225? Perhabs, the work already done by Tom Vijlbrief is helpfule: https://github.com/tomtor/ESP-8266/blob/master/tft.lua. Thanks in advance! Max...

Just curious since I'd like to find something to do color displays like U8g2.

Does this, or any Ux lib support SSD1351 96x96? The display is OLED C from MikroE. [https://www.mikroe.com/oled-c-click](https://www.mikroe.com/oled-c-click) Or can I use some existing with a few modifications?