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

BUG in function setValue for number object #84

Open
1simone0 opened this issue Dec 12, 2019 · 1 comment · May be fixed by #85
Open

BUG in function setValue for number object #84

1simone0 opened this issue Dec 12, 2019 · 1 comment · May be fixed by #85

Comments

@1simone0
Copy link

Actually is not possible to update a negative number even if in the Nextion editor numbers accept negative values. It's just enough to modify the function bool setValue(uint32_t number); with bool setValue(int32_t number); and use the function itoa instead utoa inside that.

@scls19fr scls19fr linked a pull request Dec 12, 2019 that will close this issue
@scls19fr
Copy link

Maybe one day @itead @shennongmin @zhangabc @hxming123456 @huangxianming will consider contributions such as #85
... or not 😄

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

Successfully merging a pull request may close this issue.

2 participants