Charles Young's development fork. Going forward I only want to push mature code to main repository.
Fork of GEO_COUNTER_L432KC by
Diff: LED7segDisplay.hpp
- Revision:
- 41:08bf3ea5eba4
- Parent:
- 40:a41b4e8f03a2
- Child:
- 44:a26ca542ae5e
diff -r a41b4e8f03a2 -r 08bf3ea5eba4 LED7segDisplay.hpp --- a/LED7segDisplay.hpp Thu Sep 06 10:15:48 2018 -0700 +++ b/LED7segDisplay.hpp Thu Sep 06 10:42:07 2018 -0700 @@ -39,6 +39,7 @@ void Display_6D_write(uint32_t); // write to MAX7219 (Main 6-digits display) void Display_2D_write(unsigned short); // write to MAX7219 (Gate 2-digits display) + void Display_2D_Blank(); void Display_brightness_up(); void Display_brightness_down(); uint16_t GetBrightness() {return brightness - BRIGHTNESS_MIN;};