Skip to content

Commit 87f28f1

Browse files
committed
fixing issue if starting in battery mode. Microchip and BoE not printed.
1 parent ca0f7bd commit 87f28f1

File tree

1 file changed

+1
-0
lines changed
  • pic24f-lcd-usb-curiosity-lcd-power.X/application

1 file changed

+1
-0
lines changed

pic24f-lcd-usb-curiosity-lcd-power.X/application/lcd_demo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ void LCD_DEMO_PrintTime(uint8_t hour, uint8_t minute)
7676
{
7777
LCD_CLEAR();
7878
LCD_COLON1_On();
79+
LCD_MICROCHIP1_On();
7980

8081
LCD_CHAR1_AltPrint(' '); //
8182
LCD_CHAR2_AltPrint(' '); //

0 commit comments

Comments
 (0)