electro-smith / json2daisy

Utility for converting JSON board definitions into valid, libDaisy compatible C++ board support files
MIT License
6 stars 2 forks source link

allow display config from json #19

Open dromer opened 9 months ago

dromer commented 9 months ago

This will allow alternative oled configs to be passed in.

dromer commented 7 months ago

I've added the capability to pass on additional processing code for the display, which then can be applied on hvcc side using the already existing {{displayprocess}} hook.