Commit Graph

20 Commits

Author SHA1 Message Date
Chuck
193dbad0f0 actually load config to read timezone for clock 2025-07-17 13:19:24 -05:00
Chuck
1922d5e3b0 fixed clock / timezone configuration discrepancies 2025-07-17 11:12:45 -05:00
ChuckBuilds
b221ab8d2a fix: remove duplicate logging configurations to ensure consistent timestamp format 2025-04-19 18:03:06 -05:00
ChuckBuilds
38af8c7b38 align time with AMPM 2025-04-17 19:25:46 -05:00
ChuckBuilds
af87da124d changed font type on clock time 2025-04-17 18:24:25 -05:00
ChuckBuilds
3d83930e0b spacing adjustment on weather and clock. Added notes to readme about font type requing ttf. removed sensitive credentials 2025-04-15 15:55:47 -05:00
Chuck
b4c2fff9a8 Stocks (#1)
* Opening Bell

Introducing the Stock Ticker Feature

* Update stock_manager.py

Assume folder exists

* Update stock_manager.py

removing logos to focus on function for now

* Update stock_manager.py

parse yahoo scripts

* Update stock_manager.py

stock query update

* Update stock_manager.py

slow down stock display

* Update display_controller.py

adjust screen flow

* Update stock_manager.py

shipping features

* Update stock_manager.py

stock refresh in the background

* Customize Display timings

customize display timings

* Update stock_manager.py

stock font size change

* Sizing and Spacing

CHanged font sizing on chart and clock spacing

* Update clock.py

Date format changes

* Update stock_manager.py

actually read stocks from config file

* Update stock_manager.py

add config manager

* readme update

readme update and formatting for better flow

* Update .gitignore

rename reference folder

* Update config.json

changed default stocks to test update implementation

* Stock News

Stock news Ticker

* Update config.json

increase scroll speed

* Scroll Performance

Tuning news scrolling performance

* updating scroll direction

orienting scroll direction

* News tuning

removed test files and increased scroll speed

* Create test_news_manager.py

need a test script to call upon

* Update test_news_manager.py

test script tuning

* troubleshooting test script

* Update test_news_manager.py

* Update config.json

scroll speed increases

* Update config.json

scroll tuning

* Update config.json

speeding up

* Update config.json

still making text faster

* Update config.json

Trying to tune scrolling

* Update config.json

testing crazy parameters

* Update test_news_manager.py

remove sleep delay

* scroll tuning

scroll tuning

* scroll logging and debugging

FPS counter and debug messages

* Update config.json

matrix speed tuning

* Update news_manager.py

News separator

* Update news_manager.py

separator character change

* Stock News manager Rename

rename stock news ticker to enable other news in the future

* Update display_controller.py

load config update

* Update stock_manager.py

remove redundant import

* Stock news settings

Stock news has more granular control

* Stock news joins the lineup

Stock News added to the display controller and drawing display instead of image
2025-04-10 22:16:38 -05:00
Chuck
ed35da47c2 Attacking Artifacts
display changes and buffer changes to fight the artifacting
2025-04-08 18:41:08 -05:00
Chuck
6d81241fd9 Luminance fix
luminance fix error
2025-04-08 18:34:58 -05:00
Chuck
96e81af0bf error resolution
fixing luminance error
2025-04-08 18:32:54 -05:00
Chuck
902b53ec86 display draw settings
fighting flicker
2025-04-08 18:30:08 -05:00
Chuck
f569881394 Static Rendering and Clock Improvement
added date to clock and removed all scrolling from weather
2025-04-08 18:26:32 -05:00
Chuck
d49f901ffc Double buffering and Force Clear
Attempting to clean up flicker - otherwise working
2025-04-07 21:31:26 -05:00
Chuck
a5f91040f6 Slow down redraw rate
Slowing redraw to try and fix flicker
2025-04-07 21:25:58 -05:00
Chuck
2171364d38 Display changes
display manager changes
2025-04-07 21:19:46 -05:00
Chuck
faa644ef3f More structure changes
More root structure changes to run easier from root folder
2025-04-07 21:08:07 -05:00
Chuck
6ac83a2a8a Update clock.py
Error handling for timezone finder
2025-04-07 19:36:37 -05:00
Chuck
eebfb0b80d adding modularity and Weather
Adding weather
2025-04-07 19:13:59 -05:00
Chuck
ed392cf293 First Working Display
First working LED Display - Clock is functional.
2025-04-07 19:05:50 -05:00
Chuck
30c3080f15 Initial Clock Format 2025-04-07 16:52:13 -05:00