Open
Description
See mathoudebine/turing-smart-screen-python#649
turing-smart-screen themes are in YAML format, so for use with MicroPython will need to be converted into another format (json would be the low effort one) and then handle a limited nested tree format of placement options. See comment #33 (comment)
Would need to map font sizes differently. Options/ideas:
- fixed size, using
__import__
- see how scaling could work for scalable font / segmented font #19 - would only be approximate
For images, see #37
element notes
- INTERVAL is the number of seconds
- there does not seem to be the concept of daily (at the start of the day, hourly, at the start of each hour, every minute at the start of each new minute). Potentially extend with negative numbers?
- x, y, width is pixels
- font size is point/pitch (1/72)
- images can be png (which likely need to be converted for micropython on CYD, with limited RAM)
- display:
DISPLAY_SIZE
: 5"DISPLAY_ORIENTATION
: landscapeDISPLAY_RGB_LED
: 71, 127, 255
static_text
?
Metadata
Metadata
Assignees
Labels
No labels