Commit Graph

44 Commits

Author SHA1 Message Date
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
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
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
Joshua King
7ad2a7b498 Remove draw_from_origin setting from display configuration 2026-03-04 18:19:58 -05:00
Joshua King
2681623838 Update ESP32 framework type to esp-idf and enable drawing from origin in display configuration 2026-03-04 18:17:48 -05:00
Joshua King
57f5745afe Remove unnecessary buffer_type setting from display configuration 2026-03-04 18:08:57 -05:00
Joshua King
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 2026-03-04 18:05:23 -05:00
Joshua King
dd0b85137f Fix WiFi configuration: Update SSID to use correct secret and adjust fallback password settings 2026-03-04 17:37:54 -05:00
Joshua King
f0c41a6fdc Fix WiFi configuration: Update SSID to use correct secret and streamline fallback password 2026-03-04 17:29:30 -05:00
Joshua King
58e4ca6c03 Enhance touchscreen functionality: Add buttons for medication control and simplify touch event handling 2026-03-04 17:23:41 -05:00
Joshua King
4aecb61673 Enhance touchscreen handling: Add threshold for touch sensitivity and filter out phantom touches to improve accuracy 2026-03-04 17:16:44 -05:00
Joshua King
72f03f9045 Fix WiFi fallback password and update display configuration: Change fallback password to secret and disable color inversion 2026-03-04 17:06:50 -05:00
Joshua King
c43a3767dd Add Cat Medication Tracker configuration: Implement display, touchscreen, and medication state management 2026-03-04 17:04:06 -05:00