-
Notifications
You must be signed in to change notification settings - Fork 238
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
m5StickC mcsim support #856
Conversation
I'm building on windows and it's fine for me...
In your image, 0.png the canvas is 160x80 on the right of the image, the canvas is: 160x80 it's offset 31x44 which is correct. The background image is 256x128 I have no idea where the size 256x128 is coming from? Is something getting cached - I can't find anything else this size. what happens if you change: |
Changing sortingTitle makes no difference. |
I don't have a good explanation at the moment. I can try to look later if this isn't sorted out by then. |
Interesting. I see that the images that you've checked in are at 96 pixels-per-inch. If I make the image at 72 pixels-per-inch it displays properly on Mac. I first tried on Linux to see if I would encounter the same problem, but I see a different problem there. With the build line
It appears that the subplatform is being lowercased by the build tools. This is not a problem on MacOS or Windows which typically use a case-insensitive filesystem, but it is a problem on Linux. So, I think we'll have to change the directory name to lower-case |
@mkellner |
Thank you. Look for it in the next release! |
Not sure why, but I had to change this to 0000 for it to appear:
sortingTitle: '0000',
The buttons don't seem to trigger the events (same for M5 paper). I'm not sure how the led should be done - just mirrored existing.