Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 807 Bytes

ezLCD Lua

Notepad++ plugin for interacting with ezLCD screens that support the Lua HMI.

Installation

To install the plugin:

  1. Downloading either the 32 bit or 64 bit zip from the Release page
  2. In your Notepad++ plugin folder, create another folder called ezLCDLua
  3. Extract the DLL into the newly created ezLCDLua folder

Development

The code has been developed using Visual Studio 2019. To compile the code:

  1. Open the ezLCDLua.sln file (as an administrator)
  2. Press F7 and that's it!

For convenience, Visual Studio automatically copies the DLL into the Notepad++ plugin directory.

License

This code is released under the GNU General Public License version 2.