MoJo2600 / pixelframe

8 stars 0 forks source link

allow setting of default mode in config #22

Closed christofwe closed 3 years ago

christofwe commented 3 years ago

if "defaultmode" is set to "off" in config.json, frame will stay dark after start up, else shows clock

MoJo2600 commented 3 years ago

Could we add a Setting to select another default mode as well? For example Gifs or Visuals?

christofwe commented 3 years ago

I tried to do that for Visuals by adding another if else statement creating a new VisualFrameEvent, but it would not work.