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

Problems running the lcd simulator #16

Closed
co-dan opened this issue Jul 31, 2019 · 1 comment
Closed

Problems running the lcd simulator #16

co-dan opened this issue Jul 31, 2019 · 1 comment

Comments

@co-dan
Copy link

co-dan commented Jul 31, 2019

It appears that the lcd simulator cannot find the lcd_cgrom.txt file.

Steps to reproduce:

  1. Build and install OMicroB as described in the README.
  2. Go to tests/tuto_7_liquidcrystal/.
  3. Run make simul

Output:

.. < building stuff > ..
./lcdexample.elf ../../bin/omicrob_pin_simulator '../../bin/omicrob_lcd_16x2_simulator e=PIN12 rs=PIN11 rw=PIN10 d4=PIN9 d5=PIN8 d6=PIN7 d7=PIN6 16x2'
delay(1000)
delay(50)
start '../../bin/omicrob_lcd_16x2_simulator e=PIN12 rs=PIN11 rw=PIN10 d4=PIN9 d5=PIN8 d6=PIN7 d7=PIN6 16x2' (pid = 28659)
start '../../bin/omicrob_pin_simulator' (pid = 28658)
Fatal error: exception Sys_error("/home/dan/projects/avr/lib/omicrob/lcd_cgrom.txt: No such file or directory")
@stevenvar
Copy link
Owner

Ok I'm sorry I'll correct this ASAP. For the time being you can just create a blank lcd_cgrom.txt file in the right directory and it shouldn't be a problem.

stevenvar added a commit that referenced this issue Sep 5, 2019
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

No branches or pull requests

2 participants