lexus2k / ssd1306

Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
MIT License
657 stars 125 forks source link

Add support for SSD1351 OLED display #32

Closed lexus2k closed 6 years ago

lexus2k commented 6 years ago

Add support for SSD1351 OLED display

lexus2k commented 6 years ago

This commit changes behavior of ssd1306_setRamBlock() functions, because I figured out that SSD1351 have completely different work than all OLED displays, supported by the library earlier. If high-level API functions were used in sketches, all those sketches are still compatible with new version.