Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use MUIF_U8G2_U8_MIN_MAX_STEP with variable is uint32_t #2536

Open
hoanganh1911 opened this issue Nov 18, 2024 · 1 comment
Open

How to use MUIF_U8G2_U8_MIN_MAX_STEP with variable is uint32_t #2536

hoanganh1911 opened this issue Nov 18, 2024 · 1 comment

Comments

@hoanganh1911
Copy link

IMG_20241119_001033.jpg

@hoanganh1911 hoanganh1911 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 19, 2024
@hoanganh1911 hoanganh1911 reopened this Nov 19, 2024
@olikraus
Copy link
Owner

MUIF_U8G2_U8_MIN_MAX_STEP is for uint8_t, you can not use uint32_t. It must be uint8_t.

If you want to edit bigger uint values with MUI, have a look here: https://github.com/olikraus/u8g2/blob/master/sys/arduino/u8g2_page_buffer/MUIFractionSimpleRotary/MUIFractionSimpleRotary.ino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants