fiveseven808 / Adafruit_Nanoscreen

Raspberry Pi framebuffer copy to 96x64 RGB OLED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adafruit_Nanoscreen

Raspberry Pi framebuffer copy to SSD1331 96x64 pixel RGB OLED: https://www.adafruit.com/products/684

//57 fork: Attempting to add SSD1351 128x128 pixel RGB OLED Support to the repo

This is UNSUPPORTED CODE and will not work on other screen types or sizes, please don't ask.

Recommended /boot/config.txt settings:

# Not all monitors can handle this resolution,
# but the framebuffer is there and correct and
# nanoscreen will work with it.
disable_overscan=1
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=87

# For SSD1331 96x64 displays
hdmi_cvt=384 256 60 1 0 0 0

# Optional (instead of above) for 128x128 SSD1351 displays
hdmi_cvt=512 512 60 1 0 0 0

# Optional, for 'portrait' video:
display_rotate=3

About

Raspberry Pi framebuffer copy to 96x64 RGB OLED


Languages

Language:Python 42.1%Language:C 37.5%Language:C++ 19.6%Language:Makefile 0.7%Language:Shell 0.1%