This repository has been archived by the owner on May 20, 2024. It is now read-only.
Releases: ribasco/glcd-emulator
Releases · ribasco/glcd-emulator
1.1.0-alpha
1.0.1-alpha
1.0.0-alpha
- 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
- Added CLI runtime configuration (-dev, -l, -logLevel)
- Added developer mode support (Add -dev on program arguments)
Initial Release - 0.1.0-alpha
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.