Replies: 1 comment
-
There should be an example for this in the current u8g2 release: https://github.com/olikraus/u8g2/blob/master/sys/arduino/u8g2_page_buffer/MUIFractionSimpleRotary/MUIFractionSimpleRotary.ino The example will use two uint8 variables A and B to enter a number between 0 and 1000 (= A*10+B). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings to all,
I am using the lib in a project and everything is working perfectly, I am using the number input to adjust a parameter of my application as below:
However, I have a limitation because the input number is of the uint8_t type, that is, it only varies from 0 to 255, and for a specific parameter I would like it to vary beyond this limit, is this possible using the u8g2?
Beta Was this translation helpful? Give feedback.
All reactions