From 9573bab5cbe2da643f5146e62c176bdd0113d954 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 7 Jun 2021 21:22:56 +0200 Subject: [PATCH 1/5] Update page.html --- docs/_templates/page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 020e39dc5..070d13a74 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -29,7 +29,9 @@ function add_version_selector() p.innerHTML = ` ` + p.innerHTML; From 9d134a99e3f59412ee4a941f20bf70053dd4326d Mon Sep 17 00:00:00 2001 From: Themba Dube Date: Mon, 7 Jun 2021 15:22:59 -0400 Subject: [PATCH 2/5] chore(lv_conf_template) fix spelling mistake Also forces the docs to rebuild. --- lv_conf_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf_template.h b/lv_conf_template.h index 0632cb017..36a380cba 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -27,7 +27,7 @@ #define LV_COLOR_16_SWAP 0 /*Enable more complex drawing routines to manage screens transparency. - *Can be used if the UI is above an other layer, e.g. an OSD menu or video player. + *Can be used if the UI is above another layer, e.g. an OSD menu or video player. *Requires `LV_COLOR_DEPTH = 32` colors and the screen's `bg_opa` should be set to non LV_OPA_COVER value*/ #define LV_COLOR_SCREEN_TRANSP 0 From 3cf5751461d6a85974da4e5c66593736ae140a1a Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Mon, 7 Jun 2021 15:26:21 -0400 Subject: [PATCH 3/5] fix(docs) use let instead of const for variable which gets changed `const` variables cannot be reassigned. --- docs/_templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 070d13a74..9ceaae358 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -29,7 +29,7 @@ function add_version_selector() p.innerHTML = `