modm API documentation
|
Enums | |
enum | Orientation : uint8_t { Portrait, LandscapeRight, LandscapeLeft, PortraitUpsideDown } |
lbuild module: modm:driver:siemens_s75
The controller in displays manufactured by Alps is a SOLOMON SYSTECH SSD1286 which can drive color displays of up to 132 x 176 pixels in 18 bit color.
The portrait mode is a bit more 'native' for this display because modm::GraphicDisplay
requests that the vertical resolution is divisible by 8.
In portrait mode the connector is at the top. In landscapeLeft mode the connector is at the left border. In landscapeRight mode the connector is at the right border.
Pinout at LCD:
Pin 1 is unmarked. Pin 5 can be recognized by a thicker trace which is GND.
The backlight (VLED +, VLED -) consists of four white LEDs in series. The forward voltage is about 12 volts.