Notepad++ plugin for interacting with ezLCD screens that support the Lua HMI.
To install the plugin:
- Downloading either the 32 bit or 64 bit zip from the Release page
- In your Notepad++ plugin folder, create another folder called
ezLCDLua - Extract the DLL into the newly created
ezLCDLuafolder
The code has been developed using Visual Studio 2019. To compile the code:
- Open the
ezLCDLua.slnfile (as an administrator) - Press
F7and that's it!
For convenience, Visual Studio automatically copies the DLL into the Notepad++ plugin directory.
This code is released under the GNU General Public License version 2.