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

Printing to display breaks with negative floats? #27

Open
jacobmealey opened this issue Nov 7, 2022 · 0 comments
Open

Printing to display breaks with negative floats? #27

jacobmealey opened this issue Nov 7, 2022 · 0 comments
Labels
bug Something isn't working Main board Issues specific to the main board with the power and cpu Nicety Not crucial to meeting spec but would be good if we have time
Milestone

Comments

@jacobmealey
Copy link
Owner

sprintf(buffer, "some number: %f", -12.3);
draw_string(print_buffer, 45, 125, WHITE, BLACK);

totally breaks the screen and prints hella garbaaage.

@LFrancis23 LFrancis23 added bug Something isn't working Nicety Not crucial to meeting spec but would be good if we have time Main board Issues specific to the main board with the power and cpu labels Nov 15, 2022
@LFrancis23 LFrancis23 added this to the Design Review milestone Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Main board Issues specific to the main board with the power and cpu Nicety Not crucial to meeting spec but would be good if we have time
Projects
None yet
Development

No branches or pull requests

2 participants