]> git.earman.xyz Git - sensor-watch.git/commitdiff
testing on custom LCD
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 29 Sep 2024 19:47:26 +0000 (15:47 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Sun, 29 Sep 2024 19:47:26 +0000 (15:47 -0400)
Makefile

index b399ee40c22c992b038dd87c3aed94c9898bccf8..bd7b6899c1c492ebdd019376e3abe47a84a757c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
 # Keep this first line.
 GOSSAMER_PATH=gossamer
 
-# If your firmware targets a specific board, specify it here,
-# or omit it and provide it on the command line (make BOARD=foo).
+# Which board are we building for?
 BOARD=sensorwatch_pro
 
+# Which screen are we building for?
+DISPLAY=CUSTOM
+
 TINYUSB_CDC=1
 
 # Leave this line here.