digitalsputnik / ApolloFirmware

Micropython software for the Apollo lamps
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Render.py rewrite to asyncio #28

Closed KKallas closed 2 years ago

KKallas commented 2 years ago

Make render object into a DSL library (not separate project but in folder)

KKallas commented 2 years ago

Since loading calibration from file is currently around 3x slower as seen in issue #26 , calibration generation will still happen on boot. Therefore it makes sense to still keep the Calibration generation part of the code in Render.py