u8g2-hal-esp-idf icon indicating copy to clipboard operation
u8g2-hal-esp-idf copied to clipboard

U8g2 compatibility component for esp-idf on ESP32

Results 14 u8g2-hal-esp-idf issues
Sort by recently updated
recently updated
newest added

Thanks Markus for your files. SSD1309 needs "U8X8_CA(c0,a0)" command that generates this sequence : CS low, DC low, send 1 byte C0, send 1 byte A0, CS high Your design...

I was failing to communicate over SPI using the example. I had to insert a parameter for 'clock_source' in file u8g2_esp32_hal.c ``` spi_device_interface_config_t dev_config; dev_config.address_bits = 0; dev_config.command_bits = 0;...

hello, I am using esp-idf 5.2.1 . I was able to compile cleanly the u8g2 hal and u8g2 driver, There were no errors reported upon compilation. However I am experiencing...

I had tried with an OLED on an Arduino Uno board - the U8g2 lib needed a different config enabled for SH1106 driver . Has anyone tested this with the...