colourcountry / picon

Display 8x8 icons on an Astro-Pi / Sense HAT / Unicorn HAT based on sensor values and APIs
1 stars 0 forks source link

Make standalone app #1

Open colourcountry opened 8 years ago

colourcountry commented 8 years ago

Currently refresh_xxx scripts run separately from the main display script and communicate via files in samples, scheduling has to be done separately (eg. cron)

The app should be in charge of its own scheduling.

colourcountry commented 6 years ago

I'm not entirely convinced by this. The scheduling should be asynchronous compared to the display and this is the easiest way to do it.