-
Notifications
You must be signed in to change notification settings - Fork 1.2k
boardlist
olikraus edited this page Nov 13, 2016
·
23 revisions
U8g2 is much more portable than U8glib. It is expected, that U8g2 will work with almost all current and upcoming boards. The following table is my personal experience with boards tested by this project. Many other boards may also work.
| Board | 4W SW SPI | SPI.h/4W HW SPI | 3W SW SPI | 3W HW SPI | SW I2C | Wire.h/HW I2C | 6800 | 8080 |
|---|---|---|---|---|---|---|---|---|
| Arduino Uno | ok | ok | ok | n.a. | ok | ? | ok | ok |
| Arduino Due | ? | ? | ? | n.a. | ? | ok | ? | ? |
| Digispark | ? | n.a. | ? | n.a. | ok (U8x8 only) | n.a. | ? | ? |
| Adafruit Feather M0 Basic Proto | ? | ? | ? | n.a. | ok | ok | ? | ? |
| Adafruit Feather ESP8266 | ? | ? | ? | n.a. | ok | n.a. | ? | ? |
| Adafruit Feather 32u4 | ? | ? | ? | n.a. | ok | ok | ? | ? |
n.a.: Not available/not implemented
ok: Implemented and successfully tested
?: Implemented, not tested, may not work
