c1934f3806
Update display initialization comments for clarity and accuracy
main
Joshua King
2026-03-07 08:40:16 -05:00
38b3ab8f56
Fix display orientation settings for correct portrait mode
Joshua King
2026-03-07 08:34:06 -05:00
a0e2687bf5
Fix display orientation settings for correct portrait mode
Joshua King
2026-03-07 08:17:59 -05:00
c95ad4cd2c
Change display rotation from 180 to 0 degrees for correct orientation
Joshua King
2026-03-07 08:02:00 -05:00
d32f26da94
Update ILI9488 display rotation to 180 degrees for correct orientation
Joshua King
2026-03-06 21:38:41 -05:00
a4700b673e
Refactor SPI handling in cat-medication-tracker to use ESP-IDF API for improved performance and reliability
Joshua King
2026-03-06 21:34:11 -05:00
3bd797bcc5
Refactor ESPHome configuration to include SPI.h via spi_helper.h
Joshua King
2026-03-06 21:28:10 -05:00
1a486240a0
Add SPI.h include to platformio build flags for ESPHome configuration
Joshua King
2026-03-06 21:22:23 -05:00
ef0841de3f
Fix display orientation and update MADCTL settings for correct portrait mode
Joshua King
2026-03-06 21:17:53 -05:00
6434885ee9
Update ILI9488 display rotation to 180 degrees for correct orientation
Joshua King
2026-03-06 21:07:14 -05:00
72cc7c4524
Update ILI9488 display rotation to correct orientation
Joshua King
2026-03-06 21:04:49 -05:00
ed17ec0a4d
Update ILI9488 display initialization to correct portrait orientation
Joshua King
2026-03-06 20:56:47 -05:00
a8537e087c
Fix horizontal mirroring for ILI9488 display by updating MADCTL command handling
Joshua King
2026-03-06 20:45:08 -05:00
82ba5d420c
Fix horizontal mirroring for ILI9488 display by updating MADCTL settings and resetting rotation to 0
Joshua King
2026-03-06 20:32:08 -05:00
a2eb2b6106
Update display rotation for ILI9488 to 180 degrees in Cat Medication Tracker
Joshua King
2026-03-06 20:21:57 -05:00
34c92deb26
Update display rotation for ILI9488 in Cat Medication Tracker
Joshua King
2026-03-06 20:18:07 -05:00
560449b1c3
Remove horizontal mirroring for ILI9488 display in Cat Medication Tracker
Joshua King
2026-03-06 16:22:09 -05:00
9e2b0b108c
Enable horizontal mirroring for ILI9488 display in Cat Medication Tracker
Joshua King
2026-03-06 16:05:42 -05:00
653d708b78
Remove horizontal mirroring fix for ILI9488 display from update script
Joshua King
2026-03-06 15:54:26 -05:00
56a378f783
Fix horizontal mirroring for ILI9488 display by overriding MADCTL command
Joshua King
2026-03-06 15:48:09 -05:00
812c3fd820
Fix horizontal mirroring for ILI9488 display and update display configuration
Joshua King
2026-03-06 15:28:43 -05:00
cced711c68
Update display configuration to use ili9xxx platform and adjust rotation and mirroring settings
Joshua King
2026-03-06 15:22:09 -05:00
0569620c6c
Update display rotation to 180 degrees and disable horizontal mirroring in Cat Medication Tracker
Joshua King
2026-03-06 15:12:30 -05:00
d75297fde4
Enable horizontal mirroring for display in Cat Medication Tracker
Joshua King
2026-03-06 14:56:49 -05:00
5d761acf69
Remove reset duration from display configuration and update backlight GPIO pin in Cat Medication Tracker
Joshua King
2026-03-06 14:42:13 -05:00
fd0d061f96
Update display configuration for improved stability and adjust backlight settings in Cat Medication Tracker
Joshua King
2026-03-06 14:26:43 -05:00
c684ecba49
Refactor display initialization and update configuration for improved stability in Cat Medication Tracker
Joshua King
2026-03-06 14:14:14 -05:00
1b8ec2f489
Add touchscreen support and medication control buttons in Cat Medication Tracker
Joshua King
2026-03-06 14:08:12 -05:00
495224d3eb
Refactor display configuration and reduce data rate to enhance stability in Cat Medication Tracker
Joshua King
2026-03-06 14:05:07 -05:00
eea8f239fa
Set display data rate to 20MHz for optimal performance in Cat Medication Tracker
Joshua King
2026-03-06 13:52:42 -05:00
6dcab86122
Refactor backlight control and update display configuration in Cat Medication Tracker
Joshua King
2026-03-06 13:50:48 -05:00
7d332586ea
Adjust display data rate to 20MHz and invert backlight control in Cat Medication Tracker configuration
Joshua King
2026-03-06 13:37:29 -05:00
2220cec970
Change ESP32 framework type from esp-idf to arduino in Cat Medication Tracker configuration
Joshua King
2026-03-06 13:25:41 -05:00
ee85f43a92
Update color depth for display in Cat Medication Tracker to enhance visual quality
Joshua King
2026-03-06 13:11:56 -05:00
3a0d7da7f6
Add notes on PSRAM usage and display buffer strategy for ESP32-32E
Joshua King
2026-03-06 12:45:44 -05:00
31aaab69b7
Update display configuration in Cat Medication Tracker: change display platform to mipi_spi and adjust color depth and buffer size
Joshua King
2026-03-06 12:43:47 -05:00
a41523a7ac
Enable PSRAM support for enhanced TFT framebuffer usage in Cat Medication Tracker
Joshua King
2026-03-06 11:58:41 -05:00
71f35fe822
Add image publishing functionality to Litter Box Camera: implement base64 encoding and MQTT publishing on image capture
Joshua King
2026-03-06 08:55:37 -05:00
6dd6e39c04
Update display configuration for Cat Medication Tracker: change model to ILI9488 and adjust dimensions and button placements
Joshua King
2026-03-06 08:49:02 -05:00
01e02033f6
Fix MQTT client ID configuration in Litter Box Camera setup
Joshua King
2026-03-05 16:39:00 -05:00
be876dc24d
Add MQTT client ID configuration to Litter Box Camera setup
Joshua King
2026-03-05 16:36:36 -05:00
9b86dca27e
Add Litter Box Camera configuration for ESP32-S3 with camera and sensor integration
Joshua King
2026-03-05 16:32:49 -05:00
b1bb0deb0e
Refactor boot sequence: adjust on_boot priority and delay for backlight; change display update interval to 2s; set logger level to DEBUG
Joshua King
2026-03-04 20:30:51 -05:00
f32acd86e4
Refactor boot sequence: adjust on_boot actions for backlight and display update; change display update interval to never; update backlight control to use GPIO
Joshua King
2026-03-04 20:20:30 -05:00
45c9186f25
Refactor boot sequence: remove boot_test_mode global variable; simplify backlight control and update display logic
Joshua King
2026-03-04 20:02:55 -05:00
ccb50f1c37
Enhance boot sequence: add boot_test_mode global variable; adjust backlight delay and update display logic for test mode
Joshua King
2026-03-04 19:58:19 -05:00
0c3f065f64
Refactor boot sequence: update display component on boot and adjust touchscreen settings; set display update interval to 2s
Joshua King
2026-03-04 19:51:11 -05:00
eadb67b2fc
Enhance boot sequence: turn on backlight and execute display update script; adjust touchscreen update interval to 100ms
Joshua King
2026-03-04 19:44:45 -05:00
a9b9559c23
Update touchscreen configuration: change interrupt_pin to update_interval
Joshua King
2026-03-04 19:18:17 -05:00
487f3f0207
Add color_palette setting to display configuration
Joshua King
2026-03-04 18:27:29 -05:00
7ad2a7b498
Remove draw_from_origin setting from display configuration
Joshua King
2026-03-04 18:19:58 -05:00
2681623838
Update ESP32 framework type to esp-idf and enable drawing from origin in display configuration
Joshua King
2026-03-04 18:17:48 -05:00
57f5745afe
Remove unnecessary buffer_type setting from display configuration
Joshua King
2026-03-04 18:08:57 -05:00
039c3a901c
Fix WiFi configuration: Update SSID to use correct secret and remove unnecessary settings; Enhance display configuration: Adjust color order, data rate, and buffer type
Joshua King
2026-03-04 18:05:23 -05:00
dd0b85137f
Fix WiFi configuration: Update SSID to use correct secret and adjust fallback password settings
Joshua King
2026-03-04 17:37:54 -05:00
f0c41a6fdc
Fix WiFi configuration: Update SSID to use correct secret and streamline fallback password
Joshua King
2026-03-04 17:29:30 -05:00
58e4ca6c03
Enhance touchscreen functionality: Add buttons for medication control and simplify touch event handling
Joshua King
2026-03-04 17:23:41 -05:00
4aecb61673
Enhance touchscreen handling: Add threshold for touch sensitivity and filter out phantom touches to improve accuracy
Joshua King
2026-03-04 17:16:44 -05:00
72f03f9045
Fix WiFi fallback password and update display configuration: Change fallback password to secret and disable color inversion
Joshua King
2026-03-04 17:06:50 -05:00
c43a3767dd
Add Cat Medication Tracker configuration: Implement display, touchscreen, and medication state management
Joshua King
2026-03-04 17:04:06 -05:00
240fe06229
Enhance touchscreen handling: Implement backlight control on first touch and debounce touch events to improve responsiveness
Joshua King
2026-03-02 21:39:09 -05:00
0acf0ab8bf
Refactor touchscreen button handling: Simplify button logic and implement service calls for light and fan control
Joshua King
2026-03-02 20:18:14 -05:00
9cdc4ecba0
Refactor fan control configuration: Fix GPIO pin inversion, add fan IDs, and implement a switch for controlling all fans
Joshua King2026-03-02 14:36:42 -05:00
8aa8ed3273
Merge branch 'main' of ssh://code.cubecraftcreations.com:2288/overseer/Home-Assistant
root
2026-03-01 18:33:52 -05:00
ee07fa4ff7
Refactor volume control: Add volume slider for speaker and adjust volume multiplier for improved audio management
Joshua King
2026-03-01 18:33:23 -05:00
9ccd19cc45
Merge branch 'main' of ssh://code.cubecraftcreations.com:2288/overseer/Home-Assistant
root
2026-03-01 17:54:42 -05:00
8bb8f09f64
Refactor wake word detection: Set wake word to "Hey Jarvis" and adjust light behavior on error
Joshua King
2026-03-01 17:54:27 -05:00
9a91f775c9
Refactor logging level in voice assistant configuration: Change from WARN to DEBUG for improved troubleshooting
Joshua King
2026-03-01 17:32:46 -05:00
b976b7f133
Refactor button colors for light and fan states: Update to a consistent color scheme for better visibility
Joshua King
2026-03-01 08:39:34 -05:00
176a923b67
Refactor backlight control: Adjust on_boot priority and remove unnecessary backlight activation commands
Joshua King
2026-03-01 08:29:56 -05:00
bd845f3f8e
Refactor backlight control: Ensure backlight activation is performed correctly during touch events
Joshua King
2026-02-28 21:41:44 -05:00
71ee0ffc4f
Refactor master bedroom remote configuration: Update display button labels and implement backlight control based on user interaction
Joshua King
2026-02-28 21:35:58 -05:00
6f451bfd10
Refactor master bedroom remote configuration: Change display rotation to 0 degrees for corrected orientation
Joshua King
2026-02-28 21:30:11 -05:00
e416ebe743
Refactor display configuration: Add dimensions for the display to improve layout accuracy
Joshua King
2026-02-28 21:27:19 -05:00
8521e9bef4
Refactor display configuration: Change display rotation to 90 degrees for improved orientation
Joshua King
2026-02-28 21:23:52 -05:00
7db6976212
Refactor master bedroom remote configuration: Update display data rate and add component updates for improved responsiveness
Joshua King
2026-02-28 21:17:34 -05:00
35b501e978
Refactor master bedroom remote configuration: Change framework type to Arduino and optimize display memory usage with palette mode
Joshua King
2026-02-28 21:09:25 -05:00
7698a0b79d
Refactor SPI configuration: Update display and touchscreen SPI settings for improved clarity and functionality
Joshua King
2026-02-28 21:04:00 -05:00
d8f7786cb3
Refactor master bedroom remote configuration: Update boot sequence to initialize backlight and change display data rate for improved performance
Joshua King
2026-02-28 20:57:44 -05:00
4386f37c1b
Refactor master bedroom remote configuration: Update entity IDs and friendly names for improved setup alignment
Joshua King
2026-02-28 20:47:58 -05:00
d4214ca983
Refactor touchscreen calibration: Update calibration parameters to use a structured format for improved readability
Joshua King
2026-02-28 20:37:56 -05:00
4256550c6d
Fix WiFi fallback AP password: Update to use the correct WiFi password for fallback access point
Joshua King
2026-02-28 20:34:08 -05:00
884cf15451
Update WiFi configuration: Change SSID reference and adjust display settings for improved functionality
Joshua King
2026-02-28 19:52:21 -05:00
661b40339b
Refactor master bedroom remote configuration: Update entity IDs and improve touch event handling for enhanced functionality
Joshua King
2026-02-28 19:48:28 -05:00
5053d2662f
Update LED bar configuration: Increase number of LEDs from 4 to 8 for enhanced lighting effects
Joshua King
2026-02-28 19:13:29 -05:00
d926c3d9bf
Add master bedroom remote configuration: Implement ESPHome setup with display, touchscreen, and entity controls for lights and fan
Joshua King
2026-02-28 15:47:57 -05:00
d6c2b189ef
Refactor chore tracker UI: Adjust button dimensions, colors, and positions for improved layout and readability
Joshua King
2026-02-28 13:05:45 -05:00
338025d55b
Enhance chore tracker: Set default icons for chores without specified icons and add warnings for missing icons during generation
Joshua King
2026-02-28 12:48:44 -05:00
9b4908c39b
Refactor chore tracker: Update chore names and IDs for improved clarity and consistency
Joshua King
2026-02-28 11:59:20 -05:00
689b173f30
Refactor chore tracker configuration and update chore counts
Joshua King
2026-02-28 11:52:51 -05:00
f0d6e97cd0
Update chore tracker UI: Change button styles and icons for Jordyn, Declan, and Chloe for improved visibility and consistency.
Joshua King
2026-02-28 09:57:19 -05:00
7af2d0681c
Refactor chore tracker for kids' names and chores: Update Emma, Liam, and Zoe to Jordyn, Declan, and Chloe. Adjust YAML configurations, automation, and notifications accordingly.
Joshua King
2026-02-28 09:44:33 -05:00
b635c771ec
Refactor chore tracker for new kids: Emma, Liam, and Zoe
Joshua King
2026-02-28 09:41:42 -05:00
c2ad832a82
Refactor chore tracker configuration for improved consistency and clarity
Joshua King
2026-02-28 08:49:25 -05:00
eb88e59550
Update ESP32 board configuration to esp32-s3-devkitc-1 for consistency
Joshua King
2026-02-28 08:34:37 -05:00
c63275d484
Rename 'btn' to 'button' for consistency in chore-tracker YAML and generator script
Joshua King
2026-02-28 08:13:13 -05:00
d7ed0c085c
Update font configuration in chore-tracker YAML for improved consistency
Joshua King
2026-02-28 08:10:35 -05:00
3f697d690a
Update font files in generate.py for improved typography consistency
Joshua King
2026-02-28 08:09:42 -05:00