From dfc73ca33d4944239b04281d804efbb68313e812 Mon Sep 17 00:00:00 2001 From: Dan Mccreary Date: Wed, 1 Jan 2025 19:37:20 -0600 Subject: [PATCH] Deployed 5ddfa0f with MkDocs version: 1.6.1 --- 404.html | 4 + about/index.html | 4 + contact/index.html | 4 + course-description/index.html | 4 + faq/index.html | 4 + glossary/index.html | 4 + index.html | 4 + kits/e-ink/index.html | 35 +- kits/fibonacci-clock/index.html | 35 +- kits/gc9a01/01-hello-world/index.html | 37 +- kits/gc9a01/02-display-time/index.html | 37 +- kits/gc9a01/03-display-hand/index.html | 37 +- kits/gc9a01/04-cycle-fonts/index.html | 37 +- kits/gc9a01/05-draw-ticks/index.html | 37 +- kits/gc9a01/07-draw-12-digits/index.html | 37 +- .../gc9a01/08-draw-filled-triangle/index.html | 37 +- kits/gc9a01/09-watch-face/index.html | 37 +- kits/gc9a01/index.html | 37 +- kits/ili9341/01-rainbow-test/index.html | 37 +- kits/ili9341/02-config/index.html | 37 +- kits/ili9341/03-multiple-fonts/index.html | 37 +- kits/ili9341/index.html | 43 +- kits/index.html | 29 +- kits/led-displays/clock-simple/index.html | 29 +- kits/led-displays/index.html | 29 +- kits/led-displays/reference/index.html | 29 +- .../shift-register-displays/index.html | 29 +- kits/led-strips/01-binary-clock/index.html | 29 +- .../02-seven-segment-clock/index.html | 29 +- kits/led-strips/index.html | 29 +- kits/lilygo/index.html | 35 +- kits/max7219/index.html | 29 +- kits/oled-large/01-hello-world/index.html | 31 +- kits/oled-large/02-display-time/index.html | 31 +- kits/oled-large/02-hello-config/index.html | 31 +- .../03-display-localtime/index.html | 31 +- .../04-display-localtime-updates/index.html | 31 +- kits/oled-large/05-clock-hands/index.html | 31 +- .../10-draw-seven-segments/index.html | 31 +- kits/oled-large/11-draw-thickness/index.html | 31 +- kits/oled-large/15-digital-clock/index.html | 31 +- kits/oled-large/index.html | 31 +- kits/oled-wireless/index.html | 35 +- kits/sh1106/index.html | 852 +++++++++++++++++- .../clock-main/index.html | 29 +- kits/shift-register-clock/index.html | 29 +- .../sample-prompt/index.html | 29 +- .../adjusting-digit-display/index.html | 31 +- kits/ssd1306-i2c/index.html | 31 +- .../integrating-localtime/index.html | 31 +- kits/ssd1306-i2c/setting-time/index.html | 31 +- kits/tm1637/index.html | 29 +- kits/tm1637/manual-time-setting/index.html | 29 +- kits/tm1637/running-clock/index.html | 29 +- kits/waveshare/01-hello-world/index.html | 37 +- kits/waveshare/02-color-test/index.html | 37 +- kits/waveshare/02-display-text/index.html | 37 +- kits/waveshare/03-drawing-hands/index.html | 37 +- kits/waveshare/04-5x8-font/index.html | 37 +- kits/waveshare/index.html | 37 +- lessons/00-hardware-config/index.html | 4 + lessons/01-drawing-coordinates/index.html | 4 + lessons/01-get-local-time/index.html | 4 + .../01-timekeeping-architecture/index.html | 4 + lessons/02-display-text/index.html | 4 + lessons/03-drawing-face/index.html | 4 + lessons/04-larger-fonts/index.html | 4 + lessons/05-buttons/index.html | 4 + lessons/06-draw-performance/index.html | 4 + lessons/06-setting-time/index.html | 4 + lessons/07-drawing-digits/index.html | 4 + lessons/09-digit-functions/index.html | 4 + lessons/12-draw-time-functions/index.html | 4 + lessons/13-real-time-clocks/index.html | 4 + lessons/15-scale-testing/index.html | 4 + lessons/30-ili9341/index.html | 4 + lessons/40-machine-info/index.html | 4 + lessons/50-ds1307-breadboard/index.html | 4 + lessons/60-sound.md/index.html | 4 + lessons/70-power/index.html | 4 + lessons/index.html | 4 + prompts/01-course-description/index.html | 4 + prompts/02-concept-enumeration/index.html | 4 + prompts/03-concept-dependency/index.html | 4 + prompts/04-concept-taxonomy/index.html | 4 + prompts/05-taxonomy-assignment/index.html | 4 + prompts/06-banner-image/index.html | 4 + prompts/07-faq/index.html | 4 + prompts/08-glossary/index.html | 4 + prompts/09-oled-test/index.html | 4 + prompts/index.html | 4 + references/index.html | 4 + setup/01-desktop/index.html | 4 + setup/02-purchasing-parts/index.html | 4 + setup/03-display-cable-harness/index.html | 4 + setup/04-led-clocks/index.html | 4 + setup/05-ai-in-the-classroom/index.html | 4 + setup/index.html | 4 + sims/4-digits/index.html | 4 + sims/analog-face/index.html | 4 + sims/binary-clock/index.html | 4 + sims/index.html | 4 + sims/learning-graph/index.html | 4 + sims/seven-segments/index.html | 4 + sims/templates/index.html | 4 + sims/themes/index.html | 4 + 106 files changed, 2527 insertions(+), 255 deletions(-) diff --git a/404.html b/404.html index fc0afa06..9f020ab4 100644 --- a/404.html +++ b/404.html @@ -451,6 +451,10 @@ + + + + diff --git a/about/index.html b/about/index.html index 3970f758..7e9dc28e 100644 --- a/about/index.html +++ b/about/index.html @@ -574,6 +574,10 @@ + + + + diff --git a/contact/index.html b/contact/index.html index 6a9a4e03..ba6c6cd7 100644 --- a/contact/index.html +++ b/contact/index.html @@ -462,6 +462,10 @@ + + + + diff --git a/course-description/index.html b/course-description/index.html index fda5c34e..f635ba48 100644 --- a/course-description/index.html +++ b/course-description/index.html @@ -472,6 +472,10 @@ + + + + diff --git a/faq/index.html b/faq/index.html index 3bac0770..7c97d928 100644 --- a/faq/index.html +++ b/faq/index.html @@ -460,6 +460,10 @@ + + + + diff --git a/glossary/index.html b/glossary/index.html index ffa48aae..bf197352 100644 --- a/glossary/index.html +++ b/glossary/index.html @@ -462,6 +462,10 @@ + + + + diff --git a/index.html b/index.html index eac362a0..dacaaf71 100644 --- a/index.html +++ b/index.html @@ -518,6 +518,10 @@ + + + + diff --git a/kits/e-ink/index.html b/kits/e-ink/index.html index 97a70dc2..71e8503e 100644 --- a/kits/e-ink/index.html +++ b/kits/e-ink/index.html @@ -463,6 +463,10 @@ + + + + @@ -707,7 +711,7 @@ - SSD1306 I2C Clock + SSD1306 I2C @@ -771,7 +775,7 @@ - Pico with OLED + Large OLED @@ -814,6 +818,27 @@ +
  • + + + + + SH1106 OLED + + + + +
  • + + + + + + + + + + @@ -1115,7 +1140,7 @@ - + @@ -1132,8 +1157,8 @@ -