mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-21 23:58:31 +00:00
Adding a decimal point to the voltage. #76
This commit is contained in:
parent
691d4e2363
commit
2a6c163765
@ -266,6 +266,7 @@ void clock_draw(){
|
||||
//lcd_string("voltage");
|
||||
lcd_number(vcc);
|
||||
lcd_string("volt ");
|
||||
setperiod(2,1);
|
||||
break;
|
||||
|
||||
case '0':
|
||||
|
Loading…
Reference in New Issue
Block a user