olikraus / u8g2

U8glib library for monochrome displays, version 2
Other
5.03k stars 1.04k forks source link

SSD1327 #145

Closed olikraus closed 7 years ago

olikraus commented 7 years ago

https://www.seeedstudio.com/Grove-OLED-Display-1.12%26quot%3B-p-824.html#

https://github.com/SeeedDocument/Grove_OLED_1.12/raw/master/resources/LY120-096096.pdf

takeover code from u8x8_d_ssd1325.c, but remove the acceleration commands (according to the datasheet, the fill operation is not supported)

olikraus commented 7 years ago

Done