txoof / epdlib

Python library for creating and writing modular layouts for e-paper screens
GNU General Public License v3.0
16 stars 8 forks source link

Make layouts more dynamic #41

Closed txoof closed 1 year ago

txoof commented 1 year ago

Dynamic Layouts would provide:

Issues:

Layout.Layout objects are not designed to be updated once created. Updating values involves updating specific key/value combinations in the dictionary. Changes to block mode values may be easy to handle, but changes to the font or block size ratios will involve a recalculation and reset of many of the Block.Block object properties.

txoof commented 1 year ago

implemented in v0.6