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
{{ message }}
This repository was archived by the owner on Mar 12, 2024. It is now read-only.
This is a bug for the Build an Interactive Menu with TextDisplayMenu Using Meadow (MeadowMenu) Hackster project, not for the actual sample project in this repo.
It looks like the API changed a bit for creating the display and graphics objects. (This might affect other Hackster articles.)
It looks like the sample project has been updated, but the Step 5 - Write the code for MeadowMenu section has several updates needed, both in the main code block and also in explanation text.
SpiClockConfiguration now takes a unit-based value for speed (instead of speedKHz).
Device.CreateSpiBus parameters need updating to new "Controller Input/Output Peripheral Input/Output" API, replacing any MOSI/MISO with COPI/CIPO.
GraphicsLibrary needs to update to MicroGraphics.
[Unrelated] Code formatting on Step 5 doesn't have C# syntax highlighting (possibly using the wrong language).
The text was updated successfully, but these errors were encountered:
Not sure if it was a fix or typo, but the SpiClockConfiguration changed from 12,000 KHz (speedKHz: 12000) to 48,000 KHz (speed: new Frequency(48000, Frequency.UnitType.Kilohertz)) in the update. I hope to test both some time this weekend, but wanted to make sure that was intentional.
This is a bug for the Build an Interactive Menu with TextDisplayMenu Using Meadow (MeadowMenu) Hackster project, not for the actual sample project in this repo.
It looks like the API changed a bit for creating the display and graphics objects. (This might affect other Hackster articles.)
Source
): https://github.com/WildernessLabs/Meadow.Project.Samples/tree/main/Source/Hackster/MeadowMenuIt looks like the sample project has been updated, but the Step 5 - Write the code for MeadowMenu section has several updates needed, both in the main code block and also in explanation text.
SpiClockConfiguration
now takes a unit-based value forspeed
(instead ofspeedKHz
).Device.CreateSpiBus
parameters need updating to new "Controller Input/Output Peripheral Input/Output" API, replacing any MOSI/MISO with COPI/CIPO.GraphicsLibrary
needs to update toMicroGraphics
.[Unrelated] Code formatting on Step 5 doesn't have C# syntax highlighting (possibly using the wrong language).
The text was updated successfully, but these errors were encountered: