Skip to content

Commit dfa85c4

Browse files
committed
notes for screens (in progress)
1 parent 7e716c9 commit dfa85c4

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ MKRBatteryChecks/MKR_battery_WiFi_sleep/arduino_secrets.h
1414
.DS_Store
1515
.DS_Store
1616
.DS_Store
17+
.DS_Store

ScreenExamples/readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Screens for Microcontrollers
2+
3+
TFT, OLED, LCD, LED Matrix, 7-segment and alphanumeric, addressable LED,IPS
4+
MAX7219 and other LED multiplexers
5+
6+
## SPI
7+
* ST7687S round LCD display from DFRobot -- see clock club repo
8+
* TFT displays - [TFT Library](https://www.arduino.cc/reference/en/libraries/tft/) based on ST7735 chipset
9+
* ILI9225 TFT display -- see clock club repo
10+
* EInk
11+
12+
## I2C
13+
* SSD1306
14+
15+
## Parallel
16+
* LCD Display - Hitachi HD44780 driver. See [LiquidCrystal library](https://www.arduino.cc/reference/en/libraries/liquidcrystal/)
17+
* LED Matrix
18+
* 7-segment LED displays
19+
* [Avago HCMS-29xx](https://www.arduino.cc/reference/en/libraries/leddisplay/)
20+
21+
## Asynchronous Serial
22+
* Many of these are serial backpacks on LCD displays

0 commit comments

Comments
 (0)