Releases: ikkentim/LogiFrame
Releases · ikkentim/LogiFrame
v2.1.2
v2.1.1
- Prevent button presses if button down has been handled.
This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/
v2.1
- Added
LCDControl.IsButtonDown. - Added
LCDControl.ButtonPressedwhich is repeatedly called while a button is pressed. - Renamed
ContainerLCDControltoLCDContainerControlfor consistent naming. - Fixed crashes which could occur when adding/removing components while a container is being painted.
This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/
v2.0.2
- Made
LCDTabPage.Visiblechange when the tab page is shown/hidden. - Fixed
LCDMarqueebouncing when the text is smaller then the width of the marquee.
This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/
v2.0
A complete rewrite. Most classes have been renamed.
Most notable changes:
- The new layout logic is more CPU efficient and prevents double rendering of controls.
- Pixel fonts are embedded within the library. These a small are very readable even though they can be rendered very small.
LCDSimpleGraphwas added, based on the design of LCDMisc.LCDTabControlwas added which works like winforms'TabControland was graphically inspired by LCDMisc.- Added async support with
WaitForCloseAsync
This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/