alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
502 stars 89 forks source link

I would like to change the display time of the bank name on the screen. #281

Closed e36910 closed 3 years ago

e36910 commented 3 years ago

I would like to change the parameter in the picture and set 20 seconds instead of 4 seconds. Which file is in the firmware and which line is responsible for this, what to change the parameters before the firmware? 20sec

alf45tar commented 3 years ago

Replace 4000 with 20000 https://github.com/alf45tar/PedalinoMini/blob/93ae329235076b2dc7be8abaa3794b6e8d870a12/src/DisplayOLED.h#L923

Replace 8000 with 40000 https://github.com/alf45tar/PedalinoMini/blob/93ae329235076b2dc7be8abaa3794b6e8d870a12/src/DisplayOLED.h#L932

e36910 commented 3 years ago

Is there such a parameter that increases the display time of the tag after switching?

alf45tar commented 3 years ago

https://github.com/alf45tar/PedalinoMini/blob/fdd0220ae94ff4595863ab5783f903a7f39b2d16/src/DisplayLCD.h#L15

e36910 commented 3 years ago

Great, now I would like to increase the font of the tag. For example, like the name of the bank. Is it possible? Thank you!

alf45tar commented 3 years ago

https://github.com/alf45tar/PedalinoMini/blob/93ae329235076b2dc7be8abaa3794b6e8d870a12/src/DisplayOLED.h#L928