robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
77 stars 16 forks source link

Config file #5

Closed robweber closed 3 years ago

robweber commented 3 years ago

Many projects (like Python logging) allow for advanced config to be read in from a config file. This might be a good idea to allow users to define more advanced parameters for displays that don't necessarily need to be part of the VSMP implementers code. Examples of this would be display rotation or color formatting. This would allow for some sane defaults but if a user needed more advanced config for their purpose it isn't on the VSMP project to pass down these directives as part of their codebase.

robweber commented 3 years ago

Implemented with eb7026c4fb6ae5d312b5560ee61ceae533920aad