194 Commits

Author SHA1 Message Date
Joshua King
c1934f3806 Update display initialization comments for clarity and accuracy 2026-03-07 08:40:16 -05:00
Joshua King
38b3ab8f56 Fix display orientation settings for correct portrait mode 2026-03-07 08:34:06 -05:00
Joshua King
a0e2687bf5 Fix display orientation settings for correct portrait mode 2026-03-07 08:17:59 -05:00
Joshua King
c95ad4cd2c Change display rotation from 180 to 0 degrees for correct orientation 2026-03-07 08:02:00 -05:00
Joshua King
d32f26da94 Update ILI9488 display rotation to 180 degrees for correct orientation 2026-03-06 21:38:41 -05:00
Joshua King
a4700b673e Refactor SPI handling in cat-medication-tracker to use ESP-IDF API for improved performance and reliability 2026-03-06 21:34:11 -05:00
Joshua King
3bd797bcc5 Refactor ESPHome configuration to include SPI.h via spi_helper.h 2026-03-06 21:28:10 -05:00
Joshua King
1a486240a0 Add SPI.h include to platformio build flags for ESPHome configuration 2026-03-06 21:22:23 -05:00
Joshua King
ef0841de3f Fix display orientation and update MADCTL settings for correct portrait mode 2026-03-06 21:17:53 -05:00
Joshua King
6434885ee9 Update ILI9488 display rotation to 180 degrees for correct orientation 2026-03-06 21:07:14 -05:00
Joshua King
72cc7c4524 Update ILI9488 display rotation to correct orientation 2026-03-06 21:04:49 -05:00
Joshua King
ed17ec0a4d Update ILI9488 display initialization to correct portrait orientation 2026-03-06 20:56:47 -05:00
Joshua King
a8537e087c Fix horizontal mirroring for ILI9488 display by updating MADCTL command handling 2026-03-06 20:45:08 -05:00
Joshua King
82ba5d420c Fix horizontal mirroring for ILI9488 display by updating MADCTL settings and resetting rotation to 0 2026-03-06 20:32:08 -05:00
Joshua King
a2eb2b6106 Update display rotation for ILI9488 to 180 degrees in Cat Medication Tracker 2026-03-06 20:21:57 -05:00
Joshua King
34c92deb26 Update display rotation for ILI9488 in Cat Medication Tracker 2026-03-06 20:18:07 -05:00
Joshua King
560449b1c3 Remove horizontal mirroring for ILI9488 display in Cat Medication Tracker 2026-03-06 16:22:09 -05:00
Joshua King
9e2b0b108c Enable horizontal mirroring for ILI9488 display in Cat Medication Tracker 2026-03-06 16:05:42 -05:00
Joshua King
653d708b78 Remove horizontal mirroring fix for ILI9488 display from update script 2026-03-06 15:54:26 -05:00
Joshua King
56a378f783 Fix horizontal mirroring for ILI9488 display by overriding MADCTL command 2026-03-06 15:48:09 -05:00
Joshua King
812c3fd820 Fix horizontal mirroring for ILI9488 display and update display configuration 2026-03-06 15:28:43 -05:00
Joshua King
cced711c68 Update display configuration to use ili9xxx platform and adjust rotation and mirroring settings 2026-03-06 15:22:09 -05:00
Joshua King
0569620c6c Update display rotation to 180 degrees and disable horizontal mirroring in Cat Medication Tracker 2026-03-06 15:12:30 -05:00
Joshua King
d75297fde4 Enable horizontal mirroring for display in Cat Medication Tracker 2026-03-06 14:56:49 -05:00
Joshua King
5d761acf69 Remove reset duration from display configuration and update backlight GPIO pin in Cat Medication Tracker 2026-03-06 14:42:13 -05:00
Joshua King
fd0d061f96 Update display configuration for improved stability and adjust backlight settings in Cat Medication Tracker 2026-03-06 14:26:43 -05:00
Joshua King
c684ecba49 Refactor display initialization and update configuration for improved stability in Cat Medication Tracker 2026-03-06 14:14:14 -05:00
Joshua King
1b8ec2f489 Add touchscreen support and medication control buttons in Cat Medication Tracker 2026-03-06 14:08:12 -05:00
Joshua King
495224d3eb Refactor display configuration and reduce data rate to enhance stability in Cat Medication Tracker 2026-03-06 14:05:07 -05:00
Joshua King
eea8f239fa Set display data rate to 20MHz for optimal performance in Cat Medication Tracker 2026-03-06 13:52:42 -05:00
Joshua King
6dcab86122 Refactor backlight control and update display configuration in Cat Medication Tracker 2026-03-06 13:50:48 -05:00
Joshua King
7d332586ea Adjust display data rate to 20MHz and invert backlight control in Cat Medication Tracker configuration 2026-03-06 13:37:29 -05:00
Joshua King
2220cec970 Change ESP32 framework type from esp-idf to arduino in Cat Medication Tracker configuration 2026-03-06 13:25:41 -05:00
Joshua King
ee85f43a92 Update color depth for display in Cat Medication Tracker to enhance visual quality 2026-03-06 13:11:56 -05:00
Joshua King
3a0d7da7f6 Add notes on PSRAM usage and display buffer strategy for ESP32-32E 2026-03-06 12:45:44 -05:00
Joshua King
31aaab69b7 Update display configuration in Cat Medication Tracker: change display platform to mipi_spi and adjust color depth and buffer size 2026-03-06 12:43:47 -05:00
Joshua King
a41523a7ac Enable PSRAM support for enhanced TFT framebuffer usage in Cat Medication Tracker 2026-03-06 11:58:41 -05:00
Joshua King
71f35fe822 Add image publishing functionality to Litter Box Camera: implement base64 encoding and MQTT publishing on image capture 2026-03-06 08:55:37 -05:00
Joshua King
6dd6e39c04 Update display configuration for Cat Medication Tracker: change model to ILI9488 and adjust dimensions and button placements 2026-03-06 08:49:02 -05:00
Joshua King
01e02033f6 Fix MQTT client ID configuration in Litter Box Camera setup 2026-03-05 16:39:00 -05:00
Joshua King
be876dc24d Add MQTT client ID configuration to Litter Box Camera setup 2026-03-05 16:36:36 -05:00
Joshua King
9b86dca27e Add Litter Box Camera configuration for ESP32-S3 with camera and sensor integration 2026-03-05 16:32:49 -05:00
Joshua King
b1bb0deb0e Refactor boot sequence: adjust on_boot priority and delay for backlight; change display update interval to 2s; set logger level to DEBUG 2026-03-04 20:30:51 -05:00
Joshua King
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 2026-03-04 20:20:30 -05:00
Joshua King
45c9186f25 Refactor boot sequence: remove boot_test_mode global variable; simplify backlight control and update display logic 2026-03-04 20:02:55 -05:00
Joshua King
ccb50f1c37 Enhance boot sequence: add boot_test_mode global variable; adjust backlight delay and update display logic for test mode 2026-03-04 19:58:19 -05:00
Joshua King
0c3f065f64 Refactor boot sequence: update display component on boot and adjust touchscreen settings; set display update interval to 2s 2026-03-04 19:51:11 -05:00
Joshua King
eadb67b2fc Enhance boot sequence: turn on backlight and execute display update script; adjust touchscreen update interval to 100ms 2026-03-04 19:44:45 -05:00
Joshua King
a9b9559c23 Update touchscreen configuration: change interrupt_pin to update_interval 2026-03-04 19:18:17 -05:00
Joshua King
487f3f0207 Add color_palette setting to display configuration 2026-03-04 18:27:29 -05:00