You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the example with LCD in simulator mode based on https://wyliodrinstudio.readthedocs.io/en/latest/simulators/raspberrypi.html
I prepared the scheme in Fritzing (with proper pinout for lcd and RPi) but the code is not working
It stops on the second line var lcd = new LCD({rs: 25, e: 2, data: [23, 17, 18, 22], cols: 16, rows: 2})
this line is not executed
What can cause this problem? Coul you help me with this, please?
[Description of the issue]
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Version
Wyliodrin STUDIO:
Wyliodrin STUDIO platform:
[X ] downloaded (electron)
[ ] web (browser)
OS name:
OS version:
Windows 10
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Description
I tried to run the example with LCD in simulator mode based on https://wyliodrinstudio.readthedocs.io/en/latest/simulators/raspberrypi.html
I prepared the scheme in Fritzing (with proper pinout for lcd and RPi) but the code is not working
It stops on the second line var lcd = new LCD({rs: 25, e: 2, data: [23, 17, 18, 22], cols: 16, rows: 2})
this line is not executed
What can cause this problem? Coul you help me with this, please?
[Description of the issue]
Steps to Reproduce
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Version
Wyliodrin STUDIO:
Wyliodrin STUDIO platform:
[X ] downloaded (electron)
[ ] web (browser)
OS name:
Windows 10OS version:
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: