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

Fixed Running Code on Raspberry Pi Simulator With LCD #62

Merged
merged 3 commits into from
Apr 18, 2021

Conversation

silbogdan
Copy link
Contributor

Description of the Change

Fixed problems related to LCD simulation for the Raspberry Pi. Removed undefined references and checks

Benefits

Now the Raspberry Pi simulator can run LCD projects

Possible Drawbacks

There was a check for an active property, which LCD components do not have. If it wasn't there by mistake, I couldn't find a replacement for its logic, and that could cause errors.

Applicable Issues

#56

Format

[ x ] ran npm run electron-format
[ x ] ran npm run browser-format

Author

Signed-off-by: Silvășan Bogdan bogdan.silve@gmail.com

@alexandruradovici
Copy link
Collaborator

Did you test all the examples for the LCD simulator?

@silbogdan
Copy link
Contributor Author

I got excited on testing it with custom circuits, but it seems not to work with the button examples. I'll investigate the problem.

@alexandruradovici
Copy link
Collaborator

I got excited on testing it with custom circuits, but it seems not to work with the button examples. I'll investigate the problem.

Do you mean custom LCD circuits?

@silbogdan
Copy link
Contributor Author

I got excited on testing it with custom circuits, but it seems not to work with the button examples. I'll investigate the problem.

Do you mean custom LCD circuits?

Yes, after it worked with the example LCD circuit, I created one in Fritzing to understand the simulator's functionality better.

@alexandruradovici
Copy link
Collaborator

I got excited on testing it with custom circuits, but it seems not to work with the button examples. I'll investigate the problem.

Do you mean custom LCD circuits?

Yes, after it worked with the example LCD circuit, I created one in Fritzing to understand the simulator's functionality better.

What you are sying is that it does not work for the examples that have an LCD and a button or just examples that have just a button?

@silbogdan
Copy link
Contributor Author

I got excited on testing it with custom circuits, but it seems not to work with the button examples. I'll investigate the problem.

Do you mean custom LCD circuits?

Yes, after it worked with the example LCD circuit, I created one in Fritzing to understand the simulator's functionality better.

What you are sying is that it does not work for the examples that have an LCD and a button or just examples that have just a button?

It does not work with the examples that have both LCD and buttons. I will also test it with LCD and LED, because I think the problem has something to do with mixing LCD with other components.

@silbogdan
Copy link
Contributor Author

The error came from an array initialization in the wrong spot. Because of it, the RaspberryPiSimulator.lcdComponents array ended up being empty and the LCD failed to load.

@alexandruradovici alexandruradovici merged commit e17238d into wyliodrinstudio:master Apr 18, 2021
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 this pull request may close these issues.

None yet

2 participants