Replies: 9 comments 25 replies
-
Fried my brain here trying to make larger fonts work, but I was not able to. The scrips seem to not be able to |
Beta Was this translation helpful? Give feedback.
-
Awesome video, it's looking really good on the Amigo! After watching that, I see some issues I'll need to address:
Does the Amigo not have a backlight? The reason I ask is because the QR code is noticeably dimmer on this device than on the M5StickV. With the M5StickV, its backlight is so bright that using pure white and black to render QR codes was causing glare problems, hence why I changed the default colors to be light and dark grey. On the M5StickV, this change is barely noticeable, but on the Amigo it looks strange... Maybe for devices that don't have a backlight, I should default to white and black rather than the light/dark grey. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Sure some tweaking will be necessary on screens. I was already using some conditional formatting on Bit. But I think increase font size is a priority now. Both Amigo and Bit have backlight, but a regular one. M5stickV seems to have a too powerful backlight, so the need of dimming. |
Beta Was this translation helpful? Give feedback.
-
Capturing touch data |
Beta Was this translation helpful? Give feedback.
-
Thinking about how you could incorporate touchscreen support into Krux without massive changes to the code (and tests 😰)... There are basically three usages of
The first one requires knowing where the items are on the screen, and therefore is probably best off being solved by the functions generating those items ( To solve 1) and 3), I would:
This way, the existing To solve 2) without too drastic of a codebase change, I would:
Something like:
Then, the places in the code that act like prompts would be updated to call So, this:
would become:
|
Beta Was this translation helpful? Give feedback.
-
Exploring touch menus:
|
Beta Was this translation helpful? Give feedback.
-
Just an update: Greened all tests (that indeed was a pain). |
Beta Was this translation helpful? Give feedback.
-
Had a use case where an Amigo bricked after a few hours of use. It reached me and I concluded it got physically and permanently damaged. I suspect it was a factory defect, or, it may be overheating. |
Beta Was this translation helpful? Give feedback.
-
Jeff, thanks for the quick fix for the firmware.
Amigo has its own issues, but progress is being made
Next comes bigger fonts and touch (this won't be easy)
Beta Was this translation helpful? Give feedback.
All reactions