| 
    Adafruit Library
    
   | 
 
#include "WipperSnapper_I2C_Driver_Out.h"#include <Adafruit_GFX.h>#include <Adafruit_SH110X.h>#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | WipperSnapper_I2C_Driver_Out_SH1107 | 
| Class that provides a driver interface for a SH1107 OLED Display.  More... | |
Macros | |
| #define | WS_SH1107_DEFAULT_WIDTH 128 | 
| Default width for a sh1107 128x64 display.  | |
| #define | WS_SH1107_DEFAULT_HEIGHT 64 | 
| Default height for a sh1107 128x64 display.  | |
| #define | OLED_128X64_WING_WIDTH 128 | 
| Width of the 128x64 OLED FeatherWing.  | |
| #define | OLED_128X64_WING_HEIGHT 64 | 
| Height of the 128x64 OLED FeatherWing.  | |
| #define | OLED_128X64_WING_ROTATION_90 1 | 
| Rotation of OLED FeatherWing 0-3.  | |
Device driver for a SH1107 OLED Display
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Copyright (c) Tyeth Gundry for Adafruit Industries 2025
MIT license, all text here must be included in any redistribution.
 1.8.13