This commit is contained in:
kraus
2018-12-21 17:34:36 +01:00
parent cc9e027588
commit 8934e82e6b
49 changed files with 424 additions and 104 deletions
+1 -1
View File
@@ -52,7 +52,7 @@
/*
U8glib Example Overview:
U8g2lib Example Overview:
Frame Buffer Examples: clearBuffer/sendBuffer. Fast, but may not work with all Arduino boards because of RAM consumption
Page Buffer Examples: firstPage/nextPage. Less RAM usage, should work with all Arduino boards.
U8x8 Text Only Example: No RAM usage, direct communication with display controller. No graphics, 8x8 Text only.