Skip to content

Commit 8190139

Browse files
authored
Add comment
1 parent 542a331 commit 8190139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FunHouse_Arduino_Demos/shipping_demo/shipping_demo.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <Adafruit_AHTX0.h>
1010

1111
#define NUM_DOTSTAR 5
12-
#define BG_COLOR ST77XX_BLACK
13-
#define ST77XX_GREY 0x8410 // define mid-grey in RGB565
12+
#define BG_COLOR ST77XX_BLACK // Set background to black
13+
#define ST77XX_GREY 0x8410 // define mid-grey in RGB565
1414

1515
// display!
1616
Adafruit_ST7789 tft = Adafruit_ST7789(TFT_CS, TFT_DC, TFT_RESET);

0 commit comments

Comments
 (0)