Hi All
First post here!
I’ve got a displayotron that emulates the Real Time Information that you get at bus stops.
I want to add a menu to my application.
Found menu.py in https://github.com/pimoroni/dot3k/tree/master/python/examples/dothat/advanced
When I run it I get this error -
This advanced example uses the menu framework.
It gives you a basic menu setup with plugins. You should be able to view system info and adjust settings!
Press CTRL+C to exit.
Traceback (most recent call last):
File “menu.py”, line 17, in
from plugins.utils import Backlight, Contrast
ImportError: No module named plugins.utils
I do I overcome this problem?
Thanks in anticipation
Alex