Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Releases: ribasco/glcd-emulator

1.1.0-alpha

08 Jan 09:04
Compare
Choose a tag to compare
  • Font Browser enhancements (Issue #5 )
  • Bug Fix: Fixed display size not updating correctly in status bar (Issue #6)
  • Added 'clear' operation under log context menu (Issue #7)
  • Added filtering capability in display controller selection dialog (Issue #4)

1.0.1-alpha

29 Dec 18:04
Compare
Choose a tag to compare
  • Added new columns in profile table view (Issue #3)
  • Bug fix: Display properties in services not updated (Issue #2)

1.0.0-alpha

28 Dec 11:51
Compare
Choose a tag to compare
  • Display controllers are no longer emulated due to the amount of work that needed to be done.
  • All instructions and display procedures are now simulated, the display buffer is directly transmitted from the client side and interpreted on the host.
  • Most of the display controllers supported by u8g2 should now work and the amount of data sent from client to host is reduced, resulting in increased fps.

0.2.0-alpha

22 Nov 06:13
Compare
Choose a tag to compare
  • Added CLI runtime configuration (-dev, -l, -logLevel)
  • Added developer mode support (Add -dev on program arguments)

Initial Release - 0.1.0-alpha

22 Nov 06:13
Compare
Choose a tag to compare

This is the initial release of the GLCD Emulator project. It is still in alpha stage so it is not yet considered as a stable release. Also, some features have not yet been fully implemented. Please expect more changes to occur on the succeeding builds.

Notes:

  • Only 64-bit versions are available.
  • The windows version requires that you have the latest 64-bit Java JDK 8+ installed on your system
  • Only 128x64 and 192x32 displays are supported at the moment (using ST7920 controller). Future versions will have support for other resolutions.