BMPLoader module quick fix #5085
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-10-22 by @gfwilliams Awesome, thanks! I just fixed it - next time I update the website it'll start working again. Looking at it, I think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-10-22 by Lucie
Hi,
While using the BMPLoader module to quickly get some data out to a display without having to port my Python graphics library across, I found it was giving me an error: w is not defined etc...
The only reference to 'w' in BMPLoader is in the line of code below
changing it to
fixes the problem. I just copied the module code into my program and converted it to a standard function then made the changes above but it would be handy if the module could be updated.
Beta Was this translation helpful? Give feedback.
All reactions