ECE2035 Project 2

Dependencies:   mbed mbed-rtos SDFileSystem

Revision:
5:b9b7993823e1
Parent:
4:8e15742ebcc6
--- a/compost_pile_private.h	Wed Apr 07 13:26:44 2021 +0000
+++ b/compost_pile_private.h	Thu Apr 08 16:43:33 2021 +0000
@@ -30,6 +30,7 @@
 // Here are the settings to define the looking of your compost pile
 #define COMPOST_TO_SCREEN_MARGIN 25 // pixel on the screen
 #define COMPOST_WIDTH 121 // pixel on the screen
+#define COMPOST_COLOR 0x00FF00 //GREEN
 #define PILE_WIDTH 11 // pixel on the screen
 #define NUM_PILE (COMPOST_WIDTH/PILE_WIDTH)