Subversion Repositories Projects

Rev

Rev 902 | Rev 1197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 902 Rev 932
Line 315... Line 315...
315
 
315
 
316
/**
316
/**
317
 * some sort of clicking response in the menu
317
 * some sort of clicking response in the menu
318
 */
318
 */
319
void config_menu_doclick(uint8_t chosen) {
319
void config_menu_doclick(uint8_t chosen) {
320
    write_ascii_string_pgm(MENU_LEFT, chosen + MENU_TOP - 6, PSTR("DONE              "));
320
    write_ascii_string_pgm(MENU_LEFT, chosen + MENU_TOP - 7, PSTR("DONE              "));
321
    _delay_ms(500);
321
    _delay_ms(500);
322
    config_menu_drawings(chosen);
322
    config_menu_drawings(chosen);
Line 323... Line 323...
323
}
323
}