Skip to content

Releases: ikkentim/LogiFrame

v2.1.2

02 Sep 18:04
Compare
Choose a tag to compare
  • Added documentation to the NuGet package.

This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/

v2.1.1

02 Sep 13:24
Compare
Choose a tag to compare
  • Prevent button presses if button down has been handled.

This version can be found on NuGet:
https://www.nuget.org/packages/LogiFrame/

v2.1

01 Sep 14:17
Compare
Choose a tag to compare
  • Added LCDControl.IsButtonDown.
  • Added LCDControl.ButtonPressed which is repeatedly called while a button is pressed.
  • Renamed ContainerLCDControl to LCDContainerControl 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

31 Aug 12:56
Compare
Choose a tag to compare
  • 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

31 Aug 11:41
Compare
Choose a tag to compare

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/

v1.0

27 Dec 18:34
Compare
Choose a tag to compare
Split off applications