
Template Software STM32F429 Discovery Kit with SCD41 CO2 Sensor
Dependencies: LCD_DISCO_F429ZI TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: main.cpp
- Revision:
- 12:98dd45560c50
- Parent:
- 11:88e21ca9d6c8
--- a/main.cpp Fri Mar 19 11:59:55 2021 +0000 +++ b/main.cpp Thu Mar 17 09:38:06 2022 +0000 @@ -18,7 +18,7 @@ lcd.DisplayStringAt(0, LINE(6), (uint8_t *)"COOL", CENTER_MODE); lcd.DisplayStringAt(0, LINE(7), (uint8_t *)"EMPA", CENTER_MODE); lcd.DisplayStringAt(0, LINE(8), (uint8_t *)"TRAINING", CENTER_MODE); - ThisThread::sleep_for(2s); + ThisThread::sleep_for(3000); status = ts.Init(lcd.GetXSize(), lcd.GetYSize()); @@ -41,7 +41,7 @@ lcd.DisplayStringAt(0, LINE(7), (uint8_t *)"(YOU WERE LUCKY!)", CENTER_MODE); } - ThisThread::sleep_for(2s); + ThisThread::sleep_for(3000); lcd.Clear(LCD_COLOR_BLUE); lcd.SetBackColor(LCD_COLOR_BLUE); lcd.SetTextColor(LCD_COLOR_WHITE);