components/u8g2/doc/device_matrix.txt

changeset 0
88d965579617
equal deleted inserted replaced
-1:000000000000 0:88d965579617
1 3=3 wire SPI
2 4=4 wire SPI
3 2=I2C
4 6=6800 8 bit parallel
5 8=8080 8 bit parallel
6
7 s=Arduino Standard Software Communication
8 pinMode and digitalWrite are used for communication
9 o=Arduino Optimized Software Communication
10 uC Specific low level functions for digital write and read
11 h=Hardware Communication with Standard Libs
12 TWI and SPI library
13 H=uC specific hardware communication
14
15
16 SSD1306 128x64
17 Arduino with ATMega328 (e.g. Uno) s2s3s4s6s8 h2h4
18 Arduino with AT91SAM3X8E (Due) s2s3s4s6s8 h2h4

mercurial