Upload the contents of the "micropython" folder to the root of your Pi Pico
- If using a device other than the Pi Pico, you may need to change the pin configurations

"script.sh" contains the script for the Unraid side. I suggest the "User Scripts" plugin, and
setting the script to run "At First Array Start Only"


Pico Pinout:
Pico Pin | GPIO Pin | Definition | Output
---------|----------|------------|----------------------------------
11		 | 8		| IC20 SDA 	 | 1602 SDA
12		 | 9		| IC20 SCL	 | 1602 SCL
14		 | 10		| GPIO 10	 | Button (for manual page skipping)
36		 | N/A		| 3v3(OUT)	 | Button (for manual page skipping)
38		 | N/A		| GND        | 1602 GND
40		 | N/A		| VBUS    	 | 1602 VCC
