diff --git a/apps/boxclk/README.md b/apps/boxclk/README.md index aa43cf5a0..341985135 100644 --- a/apps/boxclk/README.md +++ b/apps/boxclk/README.md @@ -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,