Added quantization
This commit is contained in:
@ -85,7 +85,7 @@ void updateScreen() {
|
||||
char bpmChar[5];
|
||||
bpmStr.toCharArray(bpmChar, 5);
|
||||
u8g2.setFont(u8g2_font_logisoso24_tn);
|
||||
if (!insideTab && shiftBtnPushed) {
|
||||
if (!insideTab && shiftBtnPushed && masterClockMode == 0) {
|
||||
u8g2.drawButtonUTF8(28, 26, U8G2_BTN_BW1|U8G2_BTN_INV|U8G2_BTN_HCENTER, 56, 0, 0, bpmChar );
|
||||
u8g2.setFont(velvetscreen);
|
||||
if (masterClockMode == 0) {
|
||||
|
||||
Reference in New Issue
Block a user