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

Configuration of a LCD with 8x2 characters leads to crash of the Arduino #709

Closed
elral opened this issue Feb 24, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working in a officially released version firmware
Milestone

Comments

@elral
Copy link
Contributor

elral commented Feb 24, 2022

Describe the bug
After configuration of a LCD with 8x2 characters the firmware crashes on bootup.

Steps To Reproduce
configure an LCD with 8x2 characters

Expected behavior
Arduino should start up and LCD should display even part of the welcome text.

Actual behavior
Arduino does not start up anymore

Details
On the firmware side within the test() function from MFLCDDisplay.cpp more characters then fit on the LCD are written.

See also the issue 158 on the firmware repo: MobiFlight/MobiFlight-FirmwareSource#158

@neilenns
Copy link
Contributor

This is now fixed on the firmware side.

@MobiFlight-Admin MobiFlight-Admin added bug Something isn't working in a officially released version firmware labels Mar 1, 2022
@MobiFlight-Admin MobiFlight-Admin added this to the 9.3 milestone Mar 1, 2022
@MobiFlight-Admin
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in a officially released version firmware
Projects
No open projects
Status: Touchdown
Development

No branches or pull requests

3 participants