Closed e36910 closed 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?
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
Is there such a parameter that increases the display time of the tag after switching?
https://github.com/alf45tar/PedalinoMini/blob/fdd0220ae94ff4595863ab5783f903a7f39b2d16/src/DisplayLCD.h#L15
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!
https://github.com/alf45tar/PedalinoMini/blob/93ae329235076b2dc7be8abaa3794b6e8d870a12/src/DisplayOLED.h#L928
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?