Commit Graph
100 Commits
Author SHA1 Message Date
ChuckBuilds caccf129f1 Improve chart visibility: Added checks and increased line width 2025-04-11 12:33:55 -05:00
ChuckBuilds 15eb63a634 Shift chart one width to the right in stock display 2025-04-11 12:31:48 -05:00
ChuckBuilds 041d9feb69 Fix chart drawing: Properly handle price history data structure 2025-04-11 11:56:50 -05:00
ChuckBuilds 4e5c0397c1 Improve chart visibility: Increased size and added background 2025-04-11 11:55:40 -05:00
ChuckBuilds 1bb9b17ecf Improve chart display: Better data point handling and scaling 2025-04-11 11:54:17 -05:00
ChuckBuilds f9f3e94c8c Move chart further right and make it longer to prevent text overlap 2025-04-11 11:52:16 -05:00
ChuckBuilds 971a0d67d9 Make stock chart larger and more visible: Increased size and line width 2025-04-11 11:50:39 -05:00
ChuckBuilds 143c07150f Make symbol text white while keeping price and change in stock color 2025-04-11 11:48:27 -05:00
ChuckBuilds 0422da66c6 Fix font initialization: Add regular_font to DisplayManager 2025-04-11 11:46:53 -05:00
ChuckBuilds 8405b85aca Improve stock display text layout: Better vertical spacing and centering 2025-04-11 11:45:20 -05:00
ChuckBuilds dfff7ee691 Remove delay from stock ticker to match news ticker's smooth scrolling 2025-04-11 11:43:26 -05:00
ChuckBuilds 135a47e0ce Make price and change text same size with proper alignment 2025-04-11 11:40:24 -05:00
ChuckBuilds cab037f0e8 Improve stock display spacing and disable stock news ticker 2025-04-11 11:38:07 -05:00
ChuckBuilds 4d2ef1bd0d Improve stock display layout: Larger logo, stacked info, and smooth scrolling 2025-04-11 11:34:25 -05:00
ChuckBuilds a741b181f5 Redesign stock display: Add scrolling animation with logo, symbol, mini chart, and stacked price info 2025-04-11 11:30:49 -05:00
ChuckBuilds 87d1ac652f Improve module initialization: Only initialize enabled modules and properly respect config settings 2025-04-11 11:23:37 -05:00
ChuckBuilds 12443c47c2 Merge branch 'Stocks' of github.com:ChuckBuilds/LEDMatrix into Stocks 2025-04-11 11:19:42 -05:00
ChuckBuilds 2f27b5f01d Improve stock chart display: Reduce chart height and adjust spacing to prevent text overlap 2025-04-11 11:19:17 -05:00
ChuckandGitHub fbaca69f0c Merge branch 'main' into Stocks
Signed-off-by: Chuck <33324927+ChuckBuilds@users.noreply.github.com>
2025-04-11 11:10:17 -05:00
ChuckBuilds 1f867e60f3 Optimize stock news display in controller: - Remove global sleep delay - Allow news display to run at full speed - Keep slower update rates for other displays 2025-04-11 10:57:03 -05:00
ChuckBuilds f3975e1ac0 Optimize stock news display performance: - Cache text image to reduce rendering overhead - Improve frame creation and update logic - Optimize text wrapping for smoother scrolling - Remove unnecessary display clears 2025-04-11 10:40:02 -05:00
ChuckBuilds a7a341b479 Optimize stock news scrolling for better performance: - Use pre-rendered text image for efficient scrolling - Implement cropping and pasting for smoother animation - Remove unnecessary display operations and delays 2025-04-11 10:34:26 -05:00
ChuckBuilds 73f836a77a Merge commit 'ff34400' into Stocks 2025-04-11 10:30:04 -05:00
ChuckBuilds ff344006b9 Fix stock news scrolling in test environment: - Optimize display manager settings for smooth scrolling - Add proper display initialization and cleanup in test script - Implement timing control to prevent display buffer overflow - Ensure consistent 1ms delay between updates for smooth scrolling 2025-04-11 10:29:26 -05:00
ChuckBuilds 45d9f1eb63 Fix news ticker performance with simplified scrolling mechanism 2025-04-11 10:08:19 -05:00
ChuckBuilds 702c6d2c3e changed float to integer 2025-04-11 09:59:27 -05:00
ChuckBuilds 7461a3e46e Adjust matrix settings to reduce artifacting while maintaining performance 2025-04-11 09:49:09 -05:00
ChuckBuilds e8aa05a0b4 Optimize scrolling text performance for news ticker 2025-04-11 09:47:13 -05:00
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
Chuck 7925bf515b Stock news joins the lineup
Stock News added to the display controller and drawing display instead of image
2025-04-10 21:23:54 -05:00
Chuck 5be0d59d7e Stock news settings
Stock news has more granular control
2025-04-10 21:18:51 -05:00
Chuck 1d2bef0b2f Update stock_manager.py
remove redundant import
2025-04-10 21:09:13 -05:00
Chuck 013b5e2200 Update display_controller.py
load config update
2025-04-10 21:08:06 -05:00
Chuck beeeda5550 Stock News manager Rename
rename stock news ticker to enable other news in the future
2025-04-10 21:04:23 -05:00
Chuck 6091c71944 Update news_manager.py
separator character change
2025-04-10 20:59:47 -05:00
Chuck ba65a2c5cf Update news_manager.py
News separator
2025-04-10 20:58:31 -05:00
Chuck e14f7ddfb8 Update config.json
matrix speed tuning
2025-04-10 20:56:37 -05:00
Chuck 2a127b1471 scroll logging and debugging
FPS counter and debug messages
2025-04-10 20:51:52 -05:00
Chuck f3fd77c4c3 scroll tuning
scroll tuning
2025-04-10 20:49:32 -05:00
Chuck 80ac45cd73 Update test_news_manager.py
remove sleep delay
2025-04-10 20:47:50 -05:00
Chuck be3c5da3f7 Update config.json
testing crazy parameters
2025-04-10 20:46:29 -05:00
Chuck 53689dc2ab Update config.json
Trying to tune scrolling
2025-04-10 20:45:04 -05:00
Chuck 8ec1c70a4d Update config.json
still making text faster
2025-04-10 20:40:26 -05:00
Chuck 56594f91a3 Update config.json
speeding up
2025-04-10 20:38:09 -05:00
Chuck fd9006c46e Update config.json
scroll tuning
2025-04-10 20:37:00 -05:00
Chuck 2128a2fb5f Update config.json
scroll speed increases
2025-04-10 20:35:18 -05:00
Chuck da4615e39c Update test_news_manager.py 2025-04-10 20:34:02 -05:00
Chuck 83d5726513 troubleshooting test script 2025-04-10 20:32:26 -05:00
Chuck 55db83dd37 Update test_news_manager.py
test script tuning
2025-04-10 20:30:38 -05:00
Chuck 8a71971d99 Create test_news_manager.py
need a test script to call upon
2025-04-10 20:28:04 -05:00
Chuck 8f11ae36e4 News tuning
removed test files and increased scroll speed
2025-04-10 20:27:07 -05:00
Chuck 99d9990002 updating scroll direction
orienting scroll direction
2025-04-10 20:22:26 -05:00
Chuck e24c46b9f4 Scroll Performance
Tuning news scrolling performance
2025-04-10 20:19:10 -05:00
Chuck 50349136f9 Update config.json
increase scroll speed
2025-04-10 20:15:55 -05:00
Chuck a01c902716 Stock News
Stock news Ticker
2025-04-10 20:11:59 -05:00
Chuck 1610afd9cb Update config.json
changed default stocks to test update implementation
2025-04-10 20:07:24 -05:00
Chuck 21cd5c9e11 Update .gitignore
rename reference folder
2025-04-10 20:04:21 -05:00
Chuck 69ff4b335f readme update
readme update and formatting for better flow
2025-04-10 19:59:22 -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 db96c29e90 Update stock_manager.py
add config manager
2025-04-08 22:36:50 -05:00
Chuck 2871766357 Update stock_manager.py
actually read stocks from config file
2025-04-08 22:32:24 -05:00
Chuck 8e98a6d3c3 Update clock.py
Date format changes
2025-04-08 22:25:58 -05:00
Chuck f6be7b554b Sizing and Spacing
CHanged font sizing on chart and clock spacing
2025-04-08 22:21:31 -05:00
Chuck 75ff4279e7 Update stock_manager.py
stock font size change
2025-04-08 22:14:04 -05:00
Chuck 9ea31698ab Customize Display timings
customize display timings
2025-04-08 22:11:01 -05:00
Chuck a7982ba912 Update stock_manager.py
stock refresh in the background
2025-04-08 22:05:27 -05:00
Chuck f527f4b646 Update stock_manager.py
shipping features
2025-04-08 21:57:30 -05:00
Chuck 31e57ad897 Update display_controller.py
adjust screen flow
2025-04-08 21:41:21 -05:00
Chuck 730450ff1c Update stock_manager.py
slow down stock display
2025-04-08 21:40:04 -05:00
Chuck bac08af552 Update stock_manager.py
stock query update
2025-04-08 21:35:22 -05:00
Chuck cb8680e834 Update stock_manager.py
parse yahoo scripts
2025-04-08 21:31:04 -05:00
Chuck e87251caf4 Update stock_manager.py
removing logos to focus on function for now
2025-04-08 21:18:12 -05:00
Chuck 04cfa86430 Update stock_manager.py
Assume folder exists
2025-04-08 21:15:36 -05:00
Chuck db31864a58 Opening Bell
Introducing the Stock Ticker Feature
2025-04-08 21:12:10 -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