-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathlibrary.properties
More file actions
11 lines (11 loc) · 857 Bytes
/
library.properties
File metadata and controls
11 lines (11 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
name=OneBitDisplay
version=3.0.0
author=Larry Bank
maintainer=Larry Bank
sentence=OLED, LCD and e-paper library for 1-bit per pixel displays.
paragraph=Supports most monochrome OLEDs, LCDs, Sharp Memory LCDs and many e-paper displays. Designed to provide a rich set of features with a simple API. Can automatically detect the display address (3C or 3D) and the controller type (SSD1306, SH1106 or SH1107). Includes 5 sizes of fixed fonts (6x8, 8x8, 12x16, 16x16, 16x32). Can use I2C, SPI or bit bang I2C+SPI on any GPIO pins with the use of my BitBang_I2C library. Supports display sizes of: 128x128, 128x64, 128x32, 64x32, 96x16, 72x40. Includes scrolling text/gfx, deferred rendering, lines, sprites, circles, rectangles and more.
category=Display
url=https://github.com/bitbank2/OneBitDisplay
architectures=*
includes=OneBitDisplay.h
depends=BitBang_I2C