Led_Matrix_and_Diode 2.1.0

dotnet add package Led_Matrix_and_Diode --version 2.1.0
NuGet\Install-Package Led_Matrix_and_Diode -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Led_Matrix_and_Diode" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Led_Matrix_and_Diode --version 2.1.0
#r "nuget: Led_Matrix_and_Diode, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Led_Matrix_and_Diode as a Cake Addin
#addin nuget:?package=Led_Matrix_and_Diode&version=2.1.0

// Install Led_Matrix_and_Diode as a Cake Tool
#tool nuget:?package=Led_Matrix_and_Diode&version=2.1.0

Descrizione dei Controlli:

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - Led Diode

  • Led Diode
  • Enum
  • Strutture
  • Metodi
  • Proprietà
    • LedColorOn : Color Colore da usare a Led acceso

    • LedColorOff : Color Colore da usare a Led spento

    • LedColorOffAuto : bool true = Il colore del Led spento viene calcolato in automatico attenuandolo da LedColorOn (ColorPaint.Dark(LedColorOn)) false = Usa LedColorOff come colore Led spento

    • LedReflectionOn : bool true = Attiva effetto luce riflessa su Led acceso false = Disattiva effetto luce riflessa su Led acceso

    • LedReflectionOff : bool true = Attiva effetto luce riflessa su Led spento false = Disattiva effetto luce riflessa su Led spento

    • LedOn : bool true = Led acceso false = Led spento

    • LedBlinkActivate : bool true = Attiva il lampeggio del Led false = Disattiva il lampeggio del Led

    • LedBlinkInterval : int Intervallo di tempo usato tra il Led acceso e Led spento espresso in millisecondi 1000 = 1sec usato quando LedBlinkActivate = true

    • LedBlinkColorUseOnOff : bool true = Usa i colori LedColorOn/LedColorOff/LedColorOffAuto durante il lampeggio false = usa LedBlinkColor per il lampeggio

    • LedBlinkColor : color Colore usato per il lampeggio a Led Acceso mentre lo attenua (ColorPaint.Dark(LedBlinkColor)) per il Led Spento se LedBlinkColorUseOnOff = false

    • LedDiametro : int Diametro in pixel del Led, ricalcola in automatico le dimensioni del controllo (x == y)

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - Led Matrix

  • Led Matrix
  • Enum

    • nLedAlignment (Allineamento del testo sul display) ledLeft = 0 (Default) ledCenter = 1 ledRight = 2

    • nLedScrollDirection (Direzione di scrolling del testo quando LedScroll = true) ledScrollLeft = 0 (Default) ledScrollRight = 1

  • Metodi

    • RefreshLED Forza una rigenerazione del display Viene eseguita in automatico ad ogni variazione delle proprietà dove si reputa che sia necessaria
  • Proprietà

    • LedOnColor : Color Imposta il colore da usare sui led accesi del display es: LedMatrix1.LedOnColor = Color.GreenYellow

    • LedOffAttenuate : single Calcola l'attenuazione del LedOnColor in percentuale (1.00 - 10.00) 1.00 = LedOnColor >>>> 10.00 = Nero

    • LedPixelWidth : byte Dimensione del Pixel orizzontalmente (1 - 3)

    • LedPixelHeight : byte Dimensione del Pixel verticalmente (1 - 3)

    • LedScroll : bool Attiva lo scrolling di tutte le righe del Display nella direzione impostata su LedScrollDirection

    • LedScrollDirection : nLedScrollDirection La direzione dello scrolling usato quando LedScroll = True

    • LedScrollRate : int Velocità dello scrolling espresso in millisecondi (1000 = 1sec)

    • LedBlink : bool Attiva il lampeggio del testo

    • LedBlinkRate : int Velocità del lampeggio espresso in millisecondi (1000 = 1sec)

    • LedAlignment : nLedAlignment Allinemanto del testo nel display

    • LedMaxLenght : byte Massima lunghezza espressa in caratteri (1 - 30)

    • LedMaxRow : byte Massimo delle righe da visualizzare sul display (1 - 3)

    • LedTextRow_1 : string Testo da visualizzzare sulla prima riga

    • LedTextRow_2 : string Testo da visualizzzare sulla seconda riga

    • LedTextRow_3 : string Testo da visualizzzare sulla terza riga

    • LedDateTime : bool Visualizza l'orario di sistema nel formato impostato su LedDateTimeFormat

    • LedDateTimeSeparatorBlink : bool Attiva il lampeggio del separatore delle ore e minuti (:) ad un intervallo di 500ms

    • LedDateTimeFormat : string Formato di visualizzazione dell'orario/Data (default: HH:mm)

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - Led 7 Segment

  • Led 7 Segment
  • Metodi

    • RefreshLED Forza una rigenerazione del display Viene eseguita in automatico ad ogni variazione delle proprietà dove si reputa che sia necessaria
  • Proprietà

    • LedOnColor : Color Imposta il colore da usare sui led accesi del display es: Led7Segment1.LedOnColor = Color.GreenYellow

    • LedOffAttenuate : single Calcola l'attenuazione del LedOnColor in percentuale (1.00 - 10.00) 1.00 = LedOnColor >>>> 10.00 = Nero

    • LedPixelSize : byte Dimensione del 7Segment (1 - 3)

    • LedBlink : bool Attiva il lampeggio del testo

    • LedBlinkRate : int Velocità del lampeggio espresso in millisecondi (1000 = 1sec)

    • LedMaxLenght : byte Massima lunghezza espressa in caratteri (1 - 20)

    • LedNumber : string Numero da visualizzare

    • LedDateTime : bool Visualizza l'orario di sistema nel formato impostato su LedDateTimeFormat

    • LedDateTimeSeparatorBlink : bool Attiva il lampeggio del separatore delle ore e minuti (:) ad un intervallo di 500ms

    • LedDateTimeFormat : string Formato di visualizzazione dell'orario/Data (default: HH:mm)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • 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
2.1.0 532 1/2/2022
1.0.5 339 10/18/2021
1.0.4 337 9/29/2021
1.0.3 292 9/28/2021
1.0.2 338 9/27/2021

Add Control 7-segment Led