Demetrius Apostolopoulos
Demetrius Apostolopoulos
OctoPrint Timelapse has this feature and so does the OctoLapse plugin, maybe their solution could help provide insight one how to solve the ZHop issues. https://github.com/FormerLurker/Octolapse/tree/master/octoprint_octolapse
A dev branch would be cool, then we could at least test and maybe help isolate the problem.
Any update on this, been trying to get this to work with my Arduino Mega 2560 with no success. Even if you just paste the code for the example video...
We really just need to know how to set these 2 lines for it. Mostly I can't find an example of how-to setup a 16 Bit Parallel Bus for it....
Here is the board itself, it support both but mine comes from the factory with the 16 Bit Parallel resistor soldered, so I assume I require an Arduino_SWPAR16 databus. http://www.lcdwiki.com/4.0inch_Arduino_Display-Mega2560_NT35510...
Happy to test too...if you need to see any of the hardware information, I've uploaded the custom LCDWIKI_KBV libraries here for the this NT35510 if that helps. https://github.com/dapostol73/WeatherStationInternal/tree/main/lib/
I did some testing yesterday, I got to work with following DataBus Arduino_DataBus *bus = new Arduino_SWPAR16(38, 40, 39, 43, 37, 36, 35, 34, 33, 32, 31, 30, 22, 23,...
Getting this error when I try and use Arduino_AVRPAR16 directly. `Arduino_DataBus *bus = new Arduino_AVRPAR16(38, 40, 39, 43, 3 /* PORT LOW */, 1 /* PORT HIGH */);` ```Linking .pio\build\megaatmega2560\firmware.elf...
It compile now, but when I upload there is unfortunately no response of update on the screen, it just stays black. ``` Arduino_DataBus *bus = new Arduino_AVRPAR16(38 /* DC */,...