I've been playing around with two node-mcu boards uploading Lua scripts via ESPlorer on one and uploading code built from C++ via the Arduino IDE.
I've come to a point where I have preference for Lua but also a C++ library intended for Arduino (GxEPD) that I'd like to use.
Are the Lua and Arduino options on the node-mcu mutually exclusive, or can I interface between them somehow? In other words, can I call the GxEPD library from Lua or, alternatively, call installed Lua code from C++?