diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-28 15:18:58 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-28 15:18:58 +0800 |
| commit | 06c5dc32086a1aaae6e6f48c017ea9b5e331cdf3 (patch) | |
| tree | 6bc46e4475fb306724ad9aee95421626677969d7 /_site/log/etlas | |
| parent | 0777fca6c67f6e1e96fd12db870b33dd7956899a (diff) | |
| download | www-06c5dc32086a1aaae6e6f48c017ea9b5e331cdf3.tar.gz | |
Etlas.
Diffstat (limited to '_site/log/etlas')
| -rw-r--r-- | _site/log/etlas/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_site/log/etlas/index.html b/_site/log/etlas/index.html index 678321d..c1b5975 100644 --- a/_site/log/etlas/index.html +++ b/_site/log/etlas/index.html @@ -61,11 +61,11 @@ DHT22 sensor.</p> <p>Stocks: Two weeks EOD prices from Polygon.io (max SRAM holds). Flask app on VPS relays feed, lets me swap symbols via config. FastCGI + httpd + htpasswd.</p> -<p>gui_plot_stocks() is CPU heavy and triggers the WDT. vTaskDelay() prevents -that. Stepped graph easier to code for the bit-packed framebuffer (especially -under current memory constraints), but its messy–too messy.</p> +<p>gui_plot_stocks() triggers WDT. vTaskDelay() prevents that. Stepped graph was +easier to code for the bit-packed framebuffer (not enough memory for much +else), but it’s messy–too messy.</p> -<p>Note to self: Refactor gui_plot_stocks(). Bresenham’s Line Algorithm perhaps?</p> +<p>Note to self: Refactor gui_plot_stocks(). Bresenham’s line algorithm perhaps?</p> <p>News: Channel NewsAsia RSS. MCU parses XML directly. Character glyphs stored as bitmaps in sprites directory.</p> |
