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

HY board instability #327

Closed
gfwilliams opened this issue Apr 14, 2014 · 5 comments
Closed

HY board instability #327

gfwilliams opened this issue Apr 14, 2014 · 5 comments

Comments

@gfwilliams
Copy link
Member

This has been a recurring problem recently...

Based on this: espruino/EspruinoWebIDE#74 (comment)

@gfwilliams
Copy link
Member Author

... following on ...

That's great news! It'd be great if you could contribute fixes for those warnings - however I don't see how any of the ones you mentioned could have been causing instability...

What 'compiler fixing' did you do?

@gfwilliams
Copy link
Member Author

I've recently added Graphics.setRotation. It should be trivial to set the rotation/reflection on the LCD by calling that at startup... It may mean that the lcd_fsmc.c file could be simplified too.

@marcel12bell
Copy link

I think the main difference is that I used this arm lib: https://launchpad.net/gcc-arm-embedded/+download
In the webTerminal I got a little error "Unknown LCD code 0 0" but it worked.

@gfwilliams
Copy link
Member Author

Does the LCD work even though there is that error?

@marcel12bell
Copy link

Yes, after sending this from righthand:
SPI1.setup({sck:A5,miso:A6,mosi:A7}); require("ADS7843").connect(SPI1, A4, B6, 0, 0, 320, 240, function(x,y) { if (x!==undefined) LCD.fillRect(x-1,y-1,x+1,y+1); });
only work ones...

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