Documentation ¶
Overview ¶
Emulates a 128x32 pixel monochrome OLED display with SPI interface. Exposes the display as a dynamically generated PNG available from an HTTP URL.
Physical hardware example: https://www.adafruit.com/products/661
Index ¶
Constants ¶
View Source
const ( // Filename where SSD1306 will write its display upon exit. DumpFilename = "ssd1306.png" // HttpUrl where screen data will be available. HttpUrl = "http://localhost:1234/ssd1306.png" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.