MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
drivers/display/ssd1306.py — upside_down method
The added upside_down static method causes the contents to be rendered with a 180° rotation.
If a display is to be run upside down, this method must be called prior to instantiating a Writer for this display.
This particular OLED command sequence was originally discussed here.