[add] comments

This commit is contained in:
stijn
2021-04-06 15:05:44 +02:00
parent 41c080d5b7
commit d136064b94
16 changed files with 1784 additions and 2135 deletions

View File

@@ -15,9 +15,9 @@
void _delay_ms(double __ms);
void lcd_clear() {
lcd_write_command (0x01); //Leeg display
lcd_write_command (0x01); //Clear display
_delay_ms(2);
lcd_write_command (0x80); //Cursor terug naar start
lcd_write_command (0x80); //Cursor back to start
}
void lcd_strobe_lcd_e(void) {