This Visual Studio solution contains three examples of how to use the Belasoft Graphics Console on a meadow board from Wilderness Labs. The meadow board must have a graphic display attached for this to work.
The examples uses the St7789 display, but although the console has not been tested on other graphic displays, it should work as long as the displays are based on the MicroGraphics class.
You can have the whole display being a console, part of the display being a console, or you can even have more than one console on the same display.
Video showing one Console on St7789 display
Video showing two Consoles on St7789 display
Video showing three Consoles on St7789 display
-
Download/Clon this project from Github
-
Open the solution file MeadowGraphicsConsoleDemos.sln in Visual Studio 2022
-
Attach a meadow board to your computer, for example The ProjectLab or use a setup like this
-
Compile the solution in Visual Studio to ensure everything is ok, ie all packages has been downloaded etc.
-
Select your Meadow Device in Visual Studio (View --> Toolbars --> Meadow Device List)
-
From Visual Studio, right-click the project you want to run and select Deploy. Choose between the projects:
- 'OneConsoleDemo'
- 'TwoConsolesDemo'
- 'ThreeConsolesDemo'
You are welcome to contact me Lars B. on Slack if you have any questions, problems or comments to this.
Released under the Apache 2 license.