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.ButtonPressed
which is repeatedly called while a button is pressed. - Renamed
ContainerLCDControl
toLCDContainerControl
for 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.Visible
change when the tab page is shown/hidden. - Fixed
LCDMarquee
bouncing 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.
LCDSimpleGraph
was added, based on the design of LCDMisc.LCDTabControl
was added which works like winforms'TabControl
and was graphically inspired by LCDMisc.- Added async support with
WaitForCloseAsync
This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/