Skip to content

Device migrations, driver migrations and more#575

Merged
KenVanHoeylandt merged 1 commit into
mainfrom
develop
Jul 20, 2026
Merged

Device migrations, driver migrations and more#575
KenVanHoeylandt merged 1 commit into
mainfrom
develop

Conversation

@KenVanHoeylandt

@KenVanHoeylandt KenVanHoeylandt commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Devices migrated to kernel drivers:

  • M5Stack StickS3
  • M5Stack Tab5 (both currently supported variants)
  • Waveshare ESP32 S3 Geek
  • Waveshare S3 LCD 1.3"
  • Waveshare S3 Touch LCD 1.28"
  • Waveshare S3 Touch LCD 1.48"
  • Waveshare S3 Touch LCD 4.3"
  • Wireless Tag WT32 SC01 Plus

New drivers:

  • axs5106-module
  • ch422g-module
  • cs816t-module
  • gc9a01-module
  • ili9881c-module
  • ina226-module
  • jd9853-module
  • m5pm1-module
  • st7123-module
  • st7796-i8080-module

Other changes:

  • PowerOff app: made it hidden, change to "settings" type
  • SystemInfo app: cleaned it up (removed some tabs)
  • lvgl keyboard: fix for inactive hardware keyboard, support multiple hardware keyboards present
  • lvgl binding fixes
  • lvgl software rotation support

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 177 files, which is 27 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 02762616-9fe7-4795-9e9b-5b9d9fc69277

📥 Commits

Reviewing files that changed from the base of the PR and between 2d768ef and 6d84e6e.

📒 Files selected for processing (221)
  • Devices/btt-panda-touch/source/module.cpp
  • Devices/cyd-2432s024c/source/module.cpp
  • Devices/cyd-2432s024r/source/module.cpp
  • Devices/cyd-2432s028r/source/module.cpp
  • Devices/cyd-2432s028rv3/source/module.cpp
  • Devices/cyd-2432s032c/source/module.cpp
  • Devices/cyd-3248s035c/source/module.cpp
  • Devices/cyd-4848s040c/source/module.cpp
  • Devices/cyd-8048s043c/source/module.cpp
  • Devices/cyd-e32r28t/source/module.cpp
  • Devices/cyd-e32r32p/source/module.cpp
  • Devices/elecrow-crowpanel-advance-28/source/module.cpp
  • Devices/elecrow-crowpanel-advance-35/source/module.cpp
  • Devices/elecrow-crowpanel-advance-50/source/module.cpp
  • Devices/elecrow-crowpanel-basic-28/source/module.cpp
  • Devices/elecrow-crowpanel-basic-35/source/module.cpp
  • Devices/elecrow-crowpanel-basic-50/source/module.cpp
  • Devices/es3c28p/source/module.cpp
  • Devices/generic-esp32/source/module.cpp
  • Devices/generic-esp32c6/source/module.cpp
  • Devices/generic-esp32p4/source/module.cpp
  • Devices/generic-esp32s3/source/module.cpp
  • Devices/guition-jc1060p470ciwy/source/module.cpp
  • Devices/guition-jc2432w328c/source/module.cpp
  • Devices/guition-jc8048w550c/source/module.cpp
  • Devices/heltec-wifi-lora-32-v3/source/module.cpp
  • Devices/m5stack-stackchan/Source/module.cpp
  • Devices/m5stack-sticks3/CMakeLists.txt
  • Devices/m5stack-sticks3/Source/Configuration.cpp
  • Devices/m5stack-sticks3/Source/devices/Display.cpp
  • Devices/m5stack-sticks3/Source/devices/Display.h
  • Devices/m5stack-sticks3/Source/devices/Power.cpp
  • Devices/m5stack-sticks3/Source/devices/Power.h
  • Devices/m5stack-sticks3/Source/module.cpp
  • Devices/m5stack-sticks3/device.properties
  • Devices/m5stack-sticks3/devicetree.yaml
  • Devices/m5stack-sticks3/m5stack,sticks3.dts
  • Devices/m5stack-sticks3/source/module.cpp
  • Devices/m5stack-tab5/CMakeLists.txt
  • Devices/m5stack-tab5/Source/Configuration.cpp
  • Devices/m5stack-tab5/Source/devices/Detect.cpp
  • Devices/m5stack-tab5/Source/devices/Detect.h
  • Devices/m5stack-tab5/Source/devices/Display.cpp
  • Devices/m5stack-tab5/Source/devices/Display.h
  • Devices/m5stack-tab5/Source/devices/Ili9881cDisplay.cpp
  • Devices/m5stack-tab5/Source/devices/Ili9881cDisplay.h
  • Devices/m5stack-tab5/Source/devices/Power.cpp
  • Devices/m5stack-tab5/Source/devices/Power.h
  • Devices/m5stack-tab5/Source/devices/St7123Display.cpp
  • Devices/m5stack-tab5/Source/devices/St7123Display.h
  • Devices/m5stack-tab5/Source/devices/St7123Touch.cpp
  • Devices/m5stack-tab5/Source/devices/St7123Touch.h
  • Devices/m5stack-tab5/Source/devices/Tab5Keyboard.cpp
  • Devices/m5stack-tab5/Source/devices/Tab5Keyboard.h
  • Devices/m5stack-tab5/Source/devices/detect.cpp
  • Devices/m5stack-tab5/Source/devices/detect.h
  • Devices/m5stack-tab5/Source/devices/devices_common.cpp
  • Devices/m5stack-tab5/Source/devices/devices_common.h
  • Devices/m5stack-tab5/Source/devices/devices_v1.cpp
  • Devices/m5stack-tab5/Source/devices/devices_v1.h
  • Devices/m5stack-tab5/Source/devices/devices_v2.cpp
  • Devices/m5stack-tab5/Source/devices/devices_v2.h
  • Devices/m5stack-tab5/Source/devices/display_detect.cpp
  • Devices/m5stack-tab5/Source/devices/tab5_headphone_detect.cpp
  • Devices/m5stack-tab5/Source/devices/tab5_headphone_detect.h
  • Devices/m5stack-tab5/Source/devices/tab5_keyboard.cpp
  • Devices/m5stack-tab5/Source/devices/tab5_keyboard.h
  • Devices/m5stack-tab5/Source/devices/tab5_power_control.cpp
  • Devices/m5stack-tab5/Source/devices/tab5_power_control.h
  • Devices/m5stack-tab5/Source/devices/tab_5_camera.cpp
  • Devices/m5stack-tab5/Source/devices/tab_5_camera.h
  • Devices/m5stack-tab5/Source/module.cpp
  • Devices/m5stack-tab5/device.properties
  • Devices/m5stack-tab5/devicetree.yaml
  • Devices/m5stack-tab5/m5stack,tab5.dts
  • Devices/waveshare-esp32-s3-geek/CMakeLists.txt
  • Devices/waveshare-esp32-s3-geek/Source/Configuration.cpp
  • Devices/waveshare-esp32-s3-geek/Source/devices/Display.cpp
  • Devices/waveshare-esp32-s3-geek/Source/devices/Display.h
  • Devices/waveshare-esp32-s3-geek/device.properties
  • Devices/waveshare-esp32-s3-geek/devicetree.yaml
  • Devices/waveshare-esp32-s3-geek/source/module.cpp
  • Devices/waveshare-esp32-s3-geek/waveshare,esp32-s3-geek.dts
  • Devices/waveshare-s3-lcd-13/source/module.cpp
  • Devices/waveshare-s3-touch-lcd-128/CMakeLists.txt
  • Devices/waveshare-s3-touch-lcd-128/Source/Configuration.cpp
  • Devices/waveshare-s3-touch-lcd-128/Source/devices/Display.cpp
  • Devices/waveshare-s3-touch-lcd-128/Source/devices/Display.h
  • Devices/waveshare-s3-touch-lcd-128/Source/module.cpp
  • Devices/waveshare-s3-touch-lcd-128/device.properties
  • Devices/waveshare-s3-touch-lcd-128/devicetree.yaml
  • Devices/waveshare-s3-touch-lcd-128/source/module.cpp
  • Devices/waveshare-s3-touch-lcd-128/waveshare,s3-touch-lcd-128.dts
  • Devices/waveshare-s3-touch-lcd-147/CMakeLists.txt
  • Devices/waveshare-s3-touch-lcd-147/Source/Configuration.cpp
  • Devices/waveshare-s3-touch-lcd-147/Source/Init.cpp
  • Devices/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.cpp
  • Devices/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.h
  • Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp
  • Devices/waveshare-s3-touch-lcd-147/Source/devices/Display.h
  • Devices/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.cpp
  • Devices/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.h
  • Devices/waveshare-s3-touch-lcd-147/Source/module.cpp
  • Devices/waveshare-s3-touch-lcd-147/device.properties
  • Devices/waveshare-s3-touch-lcd-147/devicetree.yaml
  • Devices/waveshare-s3-touch-lcd-147/source/module.cpp
  • Devices/waveshare-s3-touch-lcd-147/waveshare,s3-touch-lcd-147.dts
  • Devices/waveshare-s3-touch-lcd-43/CMakeLists.txt
  • Devices/waveshare-s3-touch-lcd-43/Source/Configuration.cpp
  • Devices/waveshare-s3-touch-lcd-43/Source/devices/Display.cpp
  • Devices/waveshare-s3-touch-lcd-43/Source/devices/Display.h
  • Devices/waveshare-s3-touch-lcd-43/device.properties
  • Devices/waveshare-s3-touch-lcd-43/devicetree.yaml
  • Devices/waveshare-s3-touch-lcd-43/source/module.cpp
  • Devices/waveshare-s3-touch-lcd-43/waveshare,s3-touch-lcd-43.dts
  • Devices/wireless-tag-wt32-sc01-plus/CMakeLists.txt
  • Devices/wireless-tag-wt32-sc01-plus/Source/Configuration.cpp
  • Devices/wireless-tag-wt32-sc01-plus/Source/devices/Display.cpp
  • Devices/wireless-tag-wt32-sc01-plus/Source/devices/Display.h
  • Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp
  • Devices/wireless-tag-wt32-sc01-plus/device.properties
  • Devices/wireless-tag-wt32-sc01-plus/devicetree.yaml
  • Devices/wireless-tag-wt32-sc01-plus/source/module.cpp
  • Devices/wireless-tag-wt32-sc01-plus/wireless-tag,wt32-sc01-plus.dts
  • Drivers/axs5106-module/CMakeLists.txt
  • Drivers/axs5106-module/LICENSE-Apache-2.0.md
  • Drivers/axs5106-module/README.md
  • Drivers/axs5106-module/bindings/axs,axs5106.yaml
  • Drivers/axs5106-module/devicetree.yaml
  • Drivers/axs5106-module/include/axs5106_module.h
  • Drivers/axs5106-module/include/bindings/axs5106.h
  • Drivers/axs5106-module/include/drivers/axs5106.h
  • Drivers/axs5106-module/source/axs5106.cpp
  • Drivers/axs5106-module/source/module.cpp
  • Drivers/ch422g-module/CMakeLists.txt
  • Drivers/ch422g-module/LICENSE-Apache-2.0.md
  • Drivers/ch422g-module/README.md
  • Drivers/ch422g-module/bindings/wch,ch422g.yaml
  • Drivers/ch422g-module/devicetree.yaml
  • Drivers/ch422g-module/include/bindings/ch422g.h
  • Drivers/ch422g-module/include/ch422g_module.h
  • Drivers/ch422g-module/include/drivers/ch422g.h
  • Drivers/ch422g-module/source/ch422g.cpp
  • Drivers/ch422g-module/source/module.cpp
  • Drivers/cst816t-module/CMakeLists.txt
  • Drivers/cst816t-module/LICENSE-Apache-2.0.md
  • Drivers/cst816t-module/README.md
  • Drivers/cst816t-module/bindings/hynitron,cst816t.yaml
  • Drivers/cst816t-module/devicetree.yaml
  • Drivers/cst816t-module/include/bindings/cst816t.h
  • Drivers/cst816t-module/include/cst816t_module.h
  • Drivers/cst816t-module/include/drivers/cst816t.h
  • Drivers/cst816t-module/source/cst816t.cpp
  • Drivers/cst816t-module/source/module.cpp
  • Drivers/gc9a01-module/CMakeLists.txt
  • Drivers/gc9a01-module/LICENSE-Apache-2.0.md
  • Drivers/gc9a01-module/README.md
  • Drivers/gc9a01-module/bindings/galaxycore,gc9a01.yaml
  • Drivers/gc9a01-module/devicetree.yaml
  • Drivers/gc9a01-module/include/bindings/gc9a01.h
  • Drivers/gc9a01-module/include/drivers/gc9a01.h
  • Drivers/gc9a01-module/include/gc9a01_module.h
  • Drivers/gc9a01-module/source/gc9a01.cpp
  • Drivers/gc9a01-module/source/module.cpp
  • Drivers/ili9881c-module/CMakeLists.txt
  • Drivers/ili9881c-module/LICENSE-Apache-2.0.md
  • Drivers/ili9881c-module/bindings/ilitek,ili9881c.yaml
  • Drivers/ili9881c-module/devicetree.yaml
  • Drivers/ili9881c-module/include/bindings/ili9881c.h
  • Drivers/ili9881c-module/include/drivers/ili9881c.h
  • Drivers/ili9881c-module/include/ili9881c_module.h
  • Drivers/ili9881c-module/source/ili9881c.cpp
  • Drivers/ili9881c-module/source/module.cpp
  • Drivers/ina226-module/bindings/ti,ina226.yaml
  • Drivers/ina226-module/include/drivers/ina226.h
  • Drivers/ina226-module/source/ina226.cpp
  • Drivers/ina226-module/source/module.cpp
  • Drivers/jd9853-module/CMakeLists.txt
  • Drivers/jd9853-module/LICENSE-Apache-2.0.md
  • Drivers/jd9853-module/README.md
  • Drivers/jd9853-module/bindings/jadard,jd9853.yaml
  • Drivers/jd9853-module/devicetree.yaml
  • Drivers/jd9853-module/include/bindings/jd9853.h
  • Drivers/jd9853-module/include/drivers/jd9853.h
  • Drivers/jd9853-module/include/jd9853_module.h
  • Drivers/jd9853-module/source/jd9853.cpp
  • Drivers/jd9853-module/source/module.cpp
  • Drivers/m5pm1-module/bindings/m5stack,m5pm1.yaml
  • Drivers/m5pm1-module/include/drivers/m5pm1.h
  • Drivers/m5pm1-module/source/m5pm1.cpp
  • Drivers/m5pm1-module/source/module.cpp
  • Drivers/st7123-module/CMakeLists.txt
  • Drivers/st7123-module/LICENSE-Apache-2.0.md
  • Drivers/st7123-module/README.md
  • Drivers/st7123-module/bindings/sitronix,st7123-touch.yaml
  • Drivers/st7123-module/bindings/sitronix,st7123.yaml
  • Drivers/st7123-module/devicetree.yaml
  • Drivers/st7123-module/include/bindings/st7123.h
  • Drivers/st7123-module/include/bindings/st7123_touch.h
  • Drivers/st7123-module/include/drivers/st7123.h
  • Drivers/st7123-module/include/drivers/st7123_touch.h
  • Drivers/st7123-module/include/st7123_module.h
  • Drivers/st7123-module/source/module.cpp
  • Drivers/st7123-module/source/st7123.cpp
  • Drivers/st7123-module/source/st7123_touch.cpp
  • Drivers/st7796-i8080-module/CMakeLists.txt
  • Drivers/st7796-i8080-module/LICENSE-Apache-2.0.md
  • Drivers/st7796-i8080-module/README.md
  • Drivers/st7796-i8080-module/bindings/sitronix,st7796-i8080.yaml
  • Drivers/st7796-i8080-module/devicetree.yaml
  • Drivers/st7796-i8080-module/include/bindings/st7796_i8080.h
  • Drivers/st7796-i8080-module/include/drivers/st7796_i8080.h
  • Drivers/st7796-i8080-module/include/st7796_i8080_module.h
  • Drivers/st7796-i8080-module/source/module.cpp
  • Drivers/st7796-i8080-module/source/st7796_i8080.cpp
  • Modules/crypt-module/source/module.cpp
  • Modules/lvgl-module/source/lvgl_devices.c
  • Modules/lvgl-module/source/lvgl_display.c
  • Tactility/Source/app/poweroff/PowerOff.cpp
  • Tactility/Source/app/systeminfo/SystemInfo.cpp
  • Tactility/Source/lvgl/Keyboard.cpp

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • Review on demand using usage pricing
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@KenVanHoeylandt
KenVanHoeylandt merged commit 2fbc444 into main Jul 20, 2026
60 checks passed
@KenVanHoeylandt
KenVanHoeylandt deleted the develop branch July 20, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant