ViewdataDisplay 1.1.3
dotnet add package ViewdataDisplay --version 1.1.3
NuGet\Install-Package ViewdataDisplay -Version 1.1.3
<PackageReference Include="ViewdataDisplay" Version="1.1.3" />
<PackageVersion Include="ViewdataDisplay" Version="1.1.3" />
<PackageReference Include="ViewdataDisplay" />
paket add ViewdataDisplay --version 1.1.3
#r "nuget: ViewdataDisplay, 1.1.3"
#:package ViewdataDisplay@1.1.3
#addin nuget:?package=ViewdataDisplay&version=1.1.3
#tool nuget:?package=ViewdataDisplay&version=1.1.3
Viewdata Display
Introduction
This library is designed to offer a simple way to create a Viewdata (Videotext) display.
Simply create an instance of the DisplayManager and subscribe to the OnDisplayDataChangeEvent.
and pass raw Viewdata text, a character at a time, to the Write() method.
Each time data is sent to the Write() method the OnDisplayDataChangedEvent is fired allowing the Bitmap property to be read representing the whole display. All escape code handling etc is handled within the library.
The bitmap is presented as a collection of raw bytes which can be converted to a suitable image type suitable for binding to a UI control.
A full Viewdata terminal application that makes use of this library is shown here..... https://github.com/johnnewcombe/telstar-viewdata-client/
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.3 | 101 | 8/3/2026 |
| 1.1.2 | 104 | 8/2/2026 |
| 1.1.0 | 100 | 7/29/2026 |
| 1.0.3 | 106 | 7/23/2026 |
| 1.0.2 | 107 | 7/22/2026 |
| 1.0.1 | 115 | 7/22/2026 |
| 1.0.0 | 94 | 7/21/2026 |
| 0.3.2 | 99 | 7/21/2026 |
| 0.3.0 | 102 | 7/19/2026 |
| 0.1.0 | 114 | 7/13/2026 |
| 0.0.6 | 98 | 7/12/2026 |
| 0.0.5 | 112 | 7/10/2026 |
| 0.0.4 | 111 | 7/9/2026 |
| 0.0.3 | 110 | 7/8/2026 |
| 0.0.2 | 117 | 7/7/2026 |
| 0.0.1 | 111 | 7/6/2026 |