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

I need the XBMP function from the U8g2 Lib für Ucg... is this already in progress or planned or maybe even a beta available?

Hi, i am making my first steps with a SSD1351 128x128 RGB OLED in combination with a Arduino DUE. My problem is, that the Display is only updatingafter using the...

Trying to compile the library on a teensy 3.2 for a ILI9341 320x240 display produces the following errors: /Users/andy/src/Arduino/libraries/Ucglib/src/Ucglib.cpp: In function 'void ucg_com_arduino_init_8bit(ucg_t_)': /Users/andy/src/Arduino/libraries/Ucglib/src/Ucglib.cpp:786:20: error: cannot convert 'volatile uint8_t_ {aka...

Looks like the Profont 17 size has the same flaw that U8G2 had. See https://github.com/olikraus/u8g2/issues/438 Any chance of an update to ucglib please? :-) Thank you!

Does the library have Cyrillic fonts? I looked through the fonts and did not find the symbols of the Russian alphabet. If there is, write the name of the font.

Will you be adding support for the OLED with ST7789? Its a 240x240 OLED. https://www.aliexpress.com/item/1-3-inch-IPS-HD-TFT-ST7789-Drive-IC-240-240-SPI-Communication-3-3V-Voltage/32880444276.html?spm=a2g0s.9042311.0.0.792e4c4dNZdVyE

Hi i bought this display, quite a while ago: https://www.aliexpress.com/item/1-5-inch-7P-SPI-Full-Color-OLED-Display-Screen-SSD1351-Drive-IC-128-RGB-128/32709943485.html?spm=a2g0s.9042311.0.0.27424c4ddrRZhP Unfortunately, on my Teensy 3.5 it only works when I use the Adafruit SSD1351 library here: https://github.com/adafruit/Adafruit-SSD1351-library (defining the SPI...

Hi, Could you add the ability to draw an arc to the library please? This would be so handy for me and probably a lot of others too. Many Thanks,...

The wong code is this: const ucg_pgm_uint8_t ucg_ssd1331_set_pos_dir0_seq[] = { UCG_CS(0), /\* enable chip _/ UCG_C10(0x015), UCG_VARX(0,0x0ff, 0), UCG_D1(0x07f), /_ set x position _/ UCG_C10(0x075), UCG_VARY(0,0x0ff, 0), UCG_VARY(0,0x0ff, 0), /_...

bug

I've picked up one of these very nice and large 3.5" displays and it would be just wonderful if you could add support for the HX8357 driver they use. Datasheet:...