From 4f31a7f9fdf048850f0854f0749ae360edb11196 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Sun, 18 Jun 2023 19:28:28 -0500 Subject: [PATCH] Update README.md - shorten comments --- apps/boxclk/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,