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
Thanks for this awesome project. I think this is the only resource Ive found on the internet to get PyPortal to work with go.
I tried tinygo flash -target pyportal ./examples/basic
But the rotation was vertical. Im not sure if this is intentional, but I tried all combinations of
display.SetRotation(ili9341.Rotation90) etc but nothing would make it display horizontal. Although I'm a newb and might be doing something wrong here
The text was updated successfully, but these errors were encountered:
Thanks for this awesome project. I think this is the only resource Ive found on the internet to get PyPortal to work with go.
I tried
tinygo flash -target pyportal ./examples/basic
But the rotation was vertical. Im not sure if this is intentional, but I tried all combinations of
display.SetRotation(ili9341.Rotation90) etc but nothing would make it display horizontal. Although I'm a newb and might be doing something wrong here
The text was updated successfully, but these errors were encountered: