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

Add support for lcd_i2c extension to use floats in showNumber and showNumberAtPos #135

Open
Pascal-Flores opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Pascal-Flores
Copy link
Collaborator

Title.

At the moment the bottleneck comes from block definition, which only takes as input an int for these methods.

What to do :

Create a ts file for these two methods, define the blocks in this file, convert the number typed parameter into a string, and then call the C++ methods showString and showStringAtPos.

@Pascal-Flores Pascal-Flores added the enhancement New feature or request label Sep 13, 2023
@Pascal-Flores Pascal-Flores self-assigned this Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant