mirror of https://github.com/espruino/BangleApps
Merge branch 'boxclk' of https://github.com/stweedo/BangleApps into boxclk
commit
6e4543c6ac
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue