mirror of
https://github.com/supleed2/ELEC60013-ES-CW2.git
synced 2024-12-22 21:55:50 +00:00
Finished finer volume control
This commit is contained in:
parent
555579da53
commit
d30170137b
|
@ -222,7 +222,7 @@ void displayUpdateTask(void * pvParameters){
|
|||
u8g2.drawXBM(116,22,13,9,volumes[0]);
|
||||
};
|
||||
}else{
|
||||
u8g2.setCursor(122, 30);
|
||||
u8g2.setCursor(117, 30);
|
||||
u8g2.print(volume/2);
|
||||
};
|
||||
u8g2.sendBuffer(); // transfer internal memory to the display
|
||||
|
|
Loading…
Reference in a new issue