Commit Graph
60 Commits
Author SHA1 Message Date
ChuckandGitHub 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
ChuckandGitHub 6fb65346e7 Update README.md
update readme commands

Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com>
2025-04-10 18:42:38 -05:00
Chuck 5f2b7419c6 Update README.md
updated readme
2025-04-10 18:40:31 -05:00
Chuck 459e3f937d Update display_manager.py
adjust font size
2025-04-08 20:53:26 -05:00
Chuck 219ac37b54 Update display_manager.py
font resize
2025-04-08 20:52:04 -05:00
Chuck 27da4a573b font change
font changed to Press Start 2P
2025-04-08 19:10:57 -05:00
Chuck d9a9ca3e17 Update display_manager.py
font changes to dejavu thinnest
2025-04-08 18:59:15 -05:00
Chuck 1678c6fdba Update display_manager.py
remove bitmap and go back to a font. Bitmap was too bold
2025-04-08 18:56:44 -05:00
Chuck bdb923ef88 Update display_manager.py
using bitmap display instead of fonts
2025-04-08 18:55:00 -05:00
Chuck 08bd347cc4 Update display_manager.py
font changes
2025-04-08 18:51:14 -05:00
Chuck 43d2c422ca Update display_manager.py
timing adjustments to fight artifacts
2025-04-08 18:43:49 -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 ec11f57375 display buffer updates
troubleshooting clarity
2025-04-08 18:21:21 -05:00
Chuck 448860d77d Flicker reduction
flicker improvements
2025-04-08 18:18:06 -05:00
Chuck a52886a421 Update weather_manager.py
improve padding and display improvements
2025-04-08 18:15:18 -05:00
Chuck f6510c608e Update .gitignore
git ignore
2025-04-08 18:10:18 -05:00
Chuck c9aef7e408 Update display_manager.py
redraw weather icons
2025-04-08 18:05:59 -05:00
Chuck a67aca5b45 Display updates
trying to fix weather icons
2025-04-08 18:03:17 -05:00
Chuck df94535316 troubleshooting weather forecast
weather forecast error resolution
2025-04-08 18:00:24 -05:00
Chuck eeb8e21564 Update weather_manager.py
changed the way it displays to be more readable
2025-04-08 17:57:37 -05:00
Chuck 9573e4409b Weather forecast drawing fix
Fix from frozen temperature to actually forecast
2025-04-07 21:55:27 -05:00
Chuck 899d1223a8 forecast display enhancements
3 segments for 3 day forecast
2025-04-07 21:50:49 -05:00
Chuck 953616a143 Weather forecast icon enhancements
using google icon set for weather
2025-04-07 21:44:38 -05:00
Chuck 32d685efe0 Weather Forecast Visual improvements 2025-04-07 21:40:15 -05:00
Chuck afc755c1b2 Add more weather features
Added 6 hour and 3 day forecast. Removed refresh rate limit
2025-04-07 21:36:15 -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 bae3475efe Update display_manager.py
stop drawing text and start drawing images
2025-04-07 21:23:10 -05:00
Chuck 2171364d38 Display changes
display manager changes
2025-04-07 21:19:46 -05:00
Chuck 27347b13d0 Update display_manager.py
font call order issues
2025-04-07 21:16:49 -05:00
Chuck 2cab82b59a rabbithole continues
Might not have been worth executing from root folder....
2025-04-07 21:15:32 -05:00
Chuck e17450e1de permission rabbithole
Chasing permission changes now that I've adjusted root folder structure
2025-04-07 21:10:15 -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 4366ec9f37 Relative folder structure
fixing root folder structure to run command easier
2025-04-07 21:06:07 -05:00
Chuck f7a8f75172 Able to run from root folder
making it easier to run
2025-04-07 21:03:44 -05:00
Chuck cafab55cb2 more display changes
tuning absolute positioning of pixels and draw space
2025-04-07 21:01:29 -05:00
Chuck b9641389d0 Flicker adjustments and text padding 2025-04-07 20:54:53 -05:00
Chuck 4fd1a9c492 return to defaults
trying to return to default settings for display
2025-04-07 20:49:34 -05:00
Chuck 78895fda7d display testing
rotate 0 and panel type
2025-04-07 20:48:09 -05:00
Chuck 758fed0d51 update umapper
added back umapper
2025-04-07 20:47:14 -05:00
Chuck c3cfe8ed6c Display improvements
display rotate 0
set refresh to 120
slowed down weather
scaled text to fit
2025-04-07 20:45:08 -05:00
Chuck f2fff9c0c9 tuning display settings
trying to fix display
2025-04-07 20:40:43 -05:00
Chuck 635ce7a88e troubleshooting display
fix attempt on upside down display and bad flicker
2025-04-07 20:34:14 -05:00
Chuck 62dc11bed1 Update display_manager.py
fix width attribute
2025-04-07 20:32:05 -05:00
Chuck 3408b929d3 Screen tuning
Adjust buggy screen rotation
2025-04-07 20:28:17 -05:00
Chuck ca12ed7f55 Display tuning
added config settings for display tuning
2025-04-07 20:15:13 -05:00
Chuck cdcf6a1d7a Update display_manager.py
turn off refresh rate display
2025-04-07 20:08:19 -05:00
Chuck 35c3f6eae0 adjust display controller
to run single threaded instead of multithreaded
2025-04-07 20:04:55 -05:00
Chuck 6ac83a2a8a Update clock.py
Error handling for timezone finder
2025-04-07 19:36:37 -05:00
Chuck 23771f5a96 git ignore secrets
set up git ignore secrets to not leak API keys
2025-04-07 19:16:31 -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 4155505153 Update README.md
added python install
2025-04-07 17:47:55 -05:00
Chuck f33fc0899d Update config.json
update default timezone
2025-04-07 17:32:20 -05:00
Chuck 30c3080f15 Initial Clock Format 2025-04-07 16:52:13 -05:00
Chuck 1262e09bf5 Initial commit 2025-04-07 16:44:16 -05:00