Merge branch 'boxclk' of https://github.com/stweedo/BangleApps into boxclk

pull/2827/head
stweedo 2023-06-18 19:45:03 -05:00
commit 6e4543c6ac
1 changed files with 4 additions and 4 deletions

View File

@ -22,12 +22,12 @@ Each box can be customized extensively via a simple JSON configuration. You can
{
"customBox": { //
"string": "Your text here",
"font": "CustomFont", // Custom fonts must be in main program and removed in setUI
"font": "CustomFont", // Custom fonts must be removed in setUI
"fontSize": 1,
"outline": 2,
"color": "#FF9900", // You can use 6-digit or 3-digit hex color codes
"outlineColor": "bgH", // You can match system theme colors like this
"border": 65535, // Or use 16-bit decimal color codes like this
"color": "#FF9900", // Use 6 or 3 digit hex color codes
"outlineColor": "bgH", // Or match system theme colors like this
"border": 65535, // Or use 16-bit RGB565 like this
"xPadding": 1,
"yPadding": -4,
"xOffset": 0,