Tyeth Gundry

Results 272 comments of Tyeth Gundry

Just spotted this issue, can't believe I missed it 🤦 Looks like I can get what we need from the arduino-cli using --only-compilation-database as this outputs exactly what we need....

@brentru this is probably worth going over together, but you can see the test stages in the commit history. Here are two assets (runnable on any C3) that cover the...

Tagging @ladyada as mentioned in the meeting. For now the CI-Arduino PR does not take the change into main branch, but will happily afterwards if it's desired (which it sounds...

Might also be worth being generous and handling exclamation mark differently. It does a vertical bar, but might make more sense as a full stop / period with top half...

there might be something funky with the input too, it has no validation for alphanumeric components, so if you accidentally add a newline you then get a backtick (not the...

Also full stops/spaces are weird, try sending 4 spaces then a period, then try 3spaces and a period.

related to these display inconsistencies: Using two left aligned 14-seg models, followed by a 7-seg model (right aligned). Two issues, the colons don't show correctly for clock on 7segment display,...

Seeing the reboot on I2cWrite messages out of sync too. Was the XIAO, but I confused some LED thing with it actually rebooting. Has SSD1306 128x64 and a Character LCD...

Summary of issues + Initial test plan: ## Test Plan ### Alphanum 14-segment displays #### Trailing spaces * Test 'No.' w/left alignment * Test 'No. ' w/left alignment * Test...

A full-stop is a period '.' / denotes the end of a sentence. https://en.wikipedia.org/wiki/Full_stop On Tue, 19 Aug 2025 at 18:32, Brent Rubell ***@***.***> wrote: > *brentru* left a comment...