You are not logged in.
Pages: 1
So im green on the support at the moment, but was wondering if it would be possible to get access to be able to add an LCD for status summary. I see in NanoDLP that a 16x2 i2c lcd can be attached for details. I have a SSD1603 i2c lcd which would be a great screen to display status like IP, layer count, time remaining etc. Is the NanoDLP project open source so i could possibly contribute?
Has anyone else attempted doing this?
Offline
You can handle it through syscalls. I have seen couple of ready make scripts to support different displays on nanodlp.
Unfortunately I do not remember where.
Offline
I'm using python to control my Projector via I2C, which is also used for the SSD1603. You need to install python-smbus for that. I don't know if there are any py libraries for the screen though. I have a handful of those lying around, maybe i will try it out someday. Let us know if you find out sth.
Offline
Pages: 1