04-17-2020, 03:34 PM
Hi, I need a little help. Given that I am ignorant of programming and therefore I go to monkey among the various guides, I expose my problem hoping for your interest:
I want to drive an i2c lcd display, I tried with the guide of Dhrone7, but it didn't work. So I thought about going back to basics with a simple Python script like:
https://pastebin.com/4LgK8dXu
After editing it with nano and giving the command
I tried it with
and it works. The problem is: how to make it executable at startup since the address of the LCDupdate engine has disappeared in Moode Configure System?
I don't know how, since my programming bases are zero ...
Thanks for the help
translated with google translator from: Italian
I want to drive an i2c lcd display, I tried with the guide of Dhrone7, but it didn't work. So I thought about going back to basics with a simple Python script like:
https://pastebin.com/4LgK8dXu
After editing it with nano and giving the command
Code:
sudo chmod +x lcd01.py
I tried it with
Code:
sudo python lcd01.py
and it works. The problem is: how to make it executable at startup since the address of the LCDupdate engine has disappeared in Moode Configure System?
I don't know how, since my programming bases are zero ...
Thanks for the help
translated with google translator from: Italian