Commit 1f88c062 authored by Projects's avatar Projects

LCD does not show garbage at start time.

parent 77b2ec03
......@@ -133,9 +133,8 @@ void lcd_init(void)
rtc_setup(LCD_POL_INV_FREQ);
lcd_power(1);
lcd_enable(1);
lcd_clear();
lcd_enable(1);
}
void lcd_enable(uint8_t enable)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment