We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bb6ee commit a922513Copy full SHA for a922513
examples/Hat/PowerC_IP5209/PowerC_IP5209.ino
@@ -1,5 +1,7 @@
1
+// Download the required library functions https://github.com/m5stack/M5_IP5209
2
#include <M5StickC.h>
3
#include <Wire.h>
4
+
5
#include "M5_IP5209.h"
6
TFT_eSprite canvas = TFT_eSprite(&M5.Lcd);
7
0 commit comments