Full u8g lib?
Hi All,
Is there a reason for the cut down u8g lib used in the firmware?
It would be really nice to have the full u8g lib as that would make things easier when connecting other LCD displays.
Thank you,
Errol
Is there a reason for the cut down u8g lib used in the firmware?
It would be really nice to have the full u8g lib as that would make things easier when connecting other LCD displays.
Thank you,
Errol
Comments
I have added support for the SSD1306 Oled driver, copied from u8glib, which is so much faster than the ST7920 based display. The SSD1306 requires only 1 byte per 8 pixels, unlike the ST7920 which requires 3 bytes for every 8 pixels.
It did require a few functions, like SPI functions and such.
I assume that very few users connect custom displays, so this will benefit very few anyway.