Collection of scripts to run on the fluepdot displays
Find a file
2025-08-21 10:56:04 +02:00
assets added other random scripts and functions 2025-08-21 10:41:54 +02:00
tetris added docstring 2025-08-21 10:56:04 +02:00
.env.example initial commit 2025-08-20 23:15:15 +02:00
.gitignore reformatted files to be pep8 compliant 2025-08-21 09:51:44 +02:00
aoc13.py added other random scripts and functions 2025-08-21 10:41:54 +02:00
dots.py initial commit 2025-08-20 23:15:15 +02:00
dots2.py added other random scripts and functions 2025-08-21 10:41:54 +02:00
fluepdot-img.py added other random scripts and functions 2025-08-21 10:41:54 +02:00
images.py added other random scripts and functions 2025-08-21 10:41:54 +02:00
README.md initial commit 2025-08-20 23:15:15 +02:00
recharge.py reformatted files to be pep8 compliant 2025-08-21 09:51:44 +02:00
recharge2.py reformatted files to be pep8 compliant 2025-08-21 09:51:44 +02:00

Fluepdot Scripts

Collection of runnable scripts to display stuff on the fluepdot module in the flipdot hackspace

All scripts should load the hostname(s) for the modules from the .env file.

Requirements for each script may vary but most will use the python-fluepdot library. All requirements should be listed in the main script file.

Notes:

Flashing firmware

esptool.py -p /dev/ttyUSB0 -b 115200 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode keep --flash_size detect --flash_freq 40m 0x800 partition_table/partition-table.bin 0xd000 bootloader/bootloader.bin 0x10000 ./flipdot-firmware.bin 0xD000 ota_data_initial.bin