BV: increase boot screen time
This commit is contained in:
parent
2c69034251
commit
fe84d49ca4
|
@ -302,7 +302,7 @@ void main(void)
|
|||
snprintf(str, sizeof(str), "bus.cuvoodoo.info");
|
||||
busvoodoo_oled_text_pos((127-((fonts[FONT_KING8].width+1)*strlen(str)))/2, 63, FONT_KING8, str);
|
||||
busvoodoo_oled_update();
|
||||
sleep_ms(500);
|
||||
sleep_ms(1000);
|
||||
busvoodoo_oled_clear();
|
||||
|
||||
// setup default mode
|
||||
|
|
Loading…
Reference in New Issue