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

add new layout block type for creating borders, lines, etc. #16

Closed txoof closed 3 years ago

txoof commented 3 years ago

create image block that accepts rectangles, circles, etc. to create borders.

possibly combine with text blocks and image blocks to create frames

txoof commented 3 years ago

DrawBlock will be released in v0.5 this supports rectangles, ellipses, rounded_rectangle

txoof commented 3 years ago

It would be good to add an option to text blocks to use an alternative bkground color for the padded area of blocks.

offer option for: top, bottom, left, right or all like a cell in a spreadsheet

txoof commented 3 years ago

Done