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 cannot print the degree symbol on my st7739 display. It just does not show up.

how do i draw diagonal line?

This speeds up the software SPI routines for AVR so that the GraphicsTest example code runs about 18% faster.

I have a project with your ucglib using an ILI9341 driver TFT 320x240 display where i want to migrate to an ST7789 as bad/no availability of the ILI type display...

Hi Oli, until now, ucglib supports drawing of graphic primitives, such as lines, boxes, triangles, fonts, etc. What i really miss was some support to draw an icon, e.g. a...

These are maybe up to 128x64 RGB panels easily available on your favorite chinese shopping site. There is code to drive the panels at https://github.com/adafruit/RGB-matrix-Panel -- and lots of other...

Hi, Is there any library for ST7789V controller like the ucglib library? im using this display for msp430fr6989 which does not support adafruit gxf library so any other libraries like...

sorry. i use the library for ili9163 128 * 128 for my screen and it works. But my screen is 128 * 160, can you suggest which parameter can i...

Using `UCG_FONT_MODE_SOLID` writes a larger vertical area than can be deduced from `getFontAscent` and `getFontDescent`. Ideally, I would like to see new APIs like `getFontElevation` and `getFontDepth` that would return...