Greenhouse Climate Observation Module
Dependencies: BSP_DISCO_F746NG DHT
Diff: bootup.cpp
- Revision:
- 3:c21057907d21
- Parent:
- 2:739ba85b7a90
- Child:
- 8:03ba8074d634
diff -r 739ba85b7a90 -r c21057907d21 bootup.cpp --- a/bootup.cpp Fri Jan 31 10:32:08 2020 +0000 +++ b/bootup.cpp Wed Feb 05 12:15:21 2020 +0000 @@ -18,17 +18,4 @@ // Clear the screen, add black background and red text BSP_LCD_Clear(LCD_COLOR_BLACK); - BSP_LCD_SetBackColor(LCD_COLOR_BLACK); - BSP_LCD_SetTextColor(LCD_COLOR_RED); - - // Bootup Message - printf("Device is booting up \r\n"); // Debug statement that lets you know that the device is booting. - BSP_LCD_DisplayStringAt(0, 100, (uint8_t *) "HELLDROP GREENHOUSES", CENTER_MODE); // Company - BSP_LCD_DisplayStringAt(0, 150, (uint8_t *) "BIG HARD PLANTS", CENTER_MODE); // Tagline 1 - BSP_LCD_DisplayStringAt(0, 175, (uint8_t *) "IN A BIG HARD GREENHOUSE", CENTER_MODE); // Tagline 2 - HAL_Delay(1000); // Delay 1 second to simulate actual bootup - // Prep for display - BSP_LCD_Clear(LCD_COLOR_BLACK); - BSP_LCD_SetBackColor(LCD_COLOR_BLACK); - BSP_LCD_SetTextColor(LCD_COLOR_RED); } \ No newline at end of file