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

# Problem Solve issue https://github.com/olikraus/ucglib/issues/111 # Solution proposed The library can be used on ESP32 devices using the ESP-IDF platform, in order to do it it's needed to add the...

The library can not be compile on ESP-IDF without manually create the file component.mk, this can be very frustrating for who plan to use this lib as a submodule.

Hallo, ich benutze die aktuellste version der ucglib und bekomme bei meinem ESP8266 NodeMCU Board von Lolin nach dem hochladen des Codes einen permanenten wdt reset. Die Adafruit_ST7735 funktioniert ohne...

Add HW SPI and HW I2C support for ESP32

Hi, I am trying to display temperatures with the colour related to the temperature: red=hot, blue=cold. I have this working with another display and the ILI9225 library. I now want...

I have managed to build custom fonts for Ucglib -- the details are [here](https://mithatkonar.com/wiki/doku.php/arduino/custom_fonts_for_ucglib). One thing I've noticed is that when I try to convert a large (tall/wide) font using...

I use the followings : ILI9341 + Arduino IDE + Dongsen Tech Pocket32 : All my software must be in the setup() (and thus the loop () will be empty)....

I use the followings : ILI9343 + Arduino IDE + Dongsen Tech Pocket32 : All my software must be in the setup() (and thus the loop () will be empty)....

Arduino/libraries/Ucglib/src/clib/ucg.h:120:25: internal compiler error: in type_hash_canon, at tree.c:6953 typedef uint8_t PROGMEM ucg_pgm_uint8_t; It needs to be re-defined as a macro me thinks.