- [lcd_driver.py](lcd_driver.py) - the lcd driver (working for PCF8574\*)
- [lcd_screen.py](lcd_screen.py) - library providing a class for displaying counters
- [welcome.py](welcome.py) - library providing a welcome/startup screen shown on the lcd
- [micronec.py](micronec.py) - the main.py
5. In micronec.py, you can make changes as you need to - it's all commented and explained
6. (Connect yout Raspberry Pi Pico to your computer)
7. Upload all previously opened files (except the [micronec.py](micronec.py)!) to the Pico
8. Now decide:
- if you just want a preview, upload the [micronec.py](micronec.py) as it is (no renaming) and press F5 to run.
- ONLY DO THAT IF YOU KNOW WHAT YOU ARE DOING: if you want to use that version for production, upload the [micronec.py](micronec.py) as main.py
- WARNING: the pico always runs the main.py file on startup, so there's no chance to connect to it via USB. If you do so, and want to change things later, you have to completely reinstall [microPython](https://micropython.org/) on your Pico and all previously uploaded files will be gone. ONLY DO THAT IF YOU KNOW WHAT YOU ARE DOING.