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
ezLCDLua
folder
The code has been developed using Visual Studio 2019. To compile the code:
- Open the
ezLCDLua.sln
file (as an administrator) - Press
F7
and 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.