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 542a331 commit 8190139Copy full SHA for 8190139
FunHouse_Arduino_Demos/shipping_demo/shipping_demo.ino
@@ -9,8 +9,8 @@
9
#include <Adafruit_AHTX0.h>
10
11
#define NUM_DOTSTAR 5
12
-#define BG_COLOR ST77XX_BLACK
13
-#define ST77XX_GREY 0x8410 // define mid-grey in RGB565
+#define BG_COLOR ST77XX_BLACK // Set background to black
+#define ST77XX_GREY 0x8410 // define mid-grey in RGB565
14
15
// display!
16
Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RESET);
0 commit comments