Skip to content

Device migrations, drivers and fixes#571

Merged
KenVanHoeylandt merged 4 commits into
mainfrom
develop
Jul 18, 2026
Merged

Device migrations, drivers and fixes#571
KenVanHoeylandt merged 4 commits into
mainfrom
develop

Conversation

@KenVanHoeylandt

@KenVanHoeylandt KenVanHoeylandt commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Device migrations:

  • cyd-4848S040c
  • guition-jc1060p470ciwy
  • guition-jc2432w328c
  • guition-jc3248w535c (known issue with display and touch, Shadowtrance will look into it)
  • guition-jc8048w550c
  • heltec-wifi-lora-32-v3
  • lilygo-tdeck-max (excluding graphics)
  • lilygo-tdisplay
  • lilygo-tdisplay-s3
  • lilygo-tdongle-s3
  • lilygo-tlora-pager

Driver migrations:

  • Implemented haptic driver interface in kernel
  • AXS15231b
  • BQ25896
  • BQ27220
  • CST328
  • CST6xx
  • DRV2605
  • JD9165
  • Custom LilyGO driver for T-Lora Pager
  • SSD1306
  • ST7701
  • ST7735
  • SY6970
  • TCA8418

Fixes/improvements:

  • Boot app: support for multiple power devices, improved UI
  • lvgl_devices and related code: fixes for mapping
  • Support for arrays in dts parser

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 184 files, which is 34 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type 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: 6de0885e-845d-4617-b702-a93868695e0b

📥 Commits

Reviewing files that changed from the base of the PR and between 3b5a401 and fe9d758.

📒 Files selected for processing (290)
  • Buildscripts/DevicetreeCompiler/source/generator.py
  • Buildscripts/DevicetreeCompiler/tests/test_integration.py
  • Devices/cyd-4848s040c/CMakeLists.txt
  • Devices/cyd-4848s040c/Source/Configuration.cpp
  • Devices/cyd-4848s040c/Source/devices/St7701Display.cpp
  • Devices/cyd-4848s040c/Source/devices/St7701Display.h
  • Devices/cyd-4848s040c/cyd,4848s040c.dts
  • Devices/cyd-4848s040c/device.properties
  • Devices/cyd-4848s040c/devicetree.yaml
  • Devices/cyd-4848s040c/source/module.cpp
  • Devices/guition-jc1060p470ciwy/CMakeLists.txt
  • Devices/guition-jc1060p470ciwy/Source/Configuration.cpp
  • Devices/guition-jc1060p470ciwy/Source/devices/Display.cpp
  • Devices/guition-jc1060p470ciwy/Source/devices/Jd9165Display.cpp
  • Devices/guition-jc1060p470ciwy/Source/devices/Jd9165Display.h
  • Devices/guition-jc1060p470ciwy/Source/devices/Power.cpp
  • Devices/guition-jc1060p470ciwy/Source/devices/Power.h
  • Devices/guition-jc1060p470ciwy/device.properties
  • Devices/guition-jc1060p470ciwy/devicetree.yaml
  • Devices/guition-jc1060p470ciwy/guition,jc1060p470ciwy.dts
  • Devices/guition-jc1060p470ciwy/source/module.cpp
  • Devices/guition-jc2432w328c/CMakeLists.txt
  • Devices/guition-jc2432w328c/Source/Configuration.cpp
  • Devices/guition-jc2432w328c/Source/devices/Display.cpp
  • Devices/guition-jc2432w328c/Source/devices/Display.h
  • Devices/guition-jc2432w328c/device.properties
  • Devices/guition-jc2432w328c/devicetree.yaml
  • Devices/guition-jc2432w328c/guition,jc2432w328c.dts
  • Devices/guition-jc2432w328c/source/module.cpp
  • Devices/guition-jc3248w535c/CMakeLists.txt
  • Devices/guition-jc3248w535c/Source/Axs15231b/Axs15231bDisplay.cpp
  • Devices/guition-jc3248w535c/Source/Axs15231b/Axs15231bDisplay.h
  • Devices/guition-jc3248w535c/Source/Axs15231b/Axs15231bTouch.cpp
  • Devices/guition-jc3248w535c/Source/Axs15231b/Axs15231bTouch.h
  • Devices/guition-jc3248w535c/Source/Configuration.cpp
  • Devices/guition-jc3248w535c/Source/devices/Display.cpp
  • Devices/guition-jc3248w535c/Source/devices/Display.h
  • Devices/guition-jc3248w535c/device.properties
  • Devices/guition-jc3248w535c/devicetree.yaml
  • Devices/guition-jc3248w535c/guition,jc3248w535c.dts
  • Devices/guition-jc3248w535c/source/module.cpp
  • Devices/guition-jc8048w550c/CMakeLists.txt
  • Devices/guition-jc8048w550c/Source/Configuration.cpp
  • Devices/guition-jc8048w550c/Source/devices/Display.cpp
  • Devices/guition-jc8048w550c/Source/devices/Display.h
  • Devices/guition-jc8048w550c/device.properties
  • Devices/guition-jc8048w550c/devicetree.yaml
  • Devices/guition-jc8048w550c/guition,jc8048w550c.dts
  • Devices/guition-jc8048w550c/source/module.cpp
  • Devices/heltec-wifi-lora-32-v3/CMakeLists.txt
  • Devices/heltec-wifi-lora-32-v3/Source/Configuration.cpp
  • Devices/heltec-wifi-lora-32-v3/Source/devices/Constants.h
  • Devices/heltec-wifi-lora-32-v3/Source/devices/Display.cpp
  • Devices/heltec-wifi-lora-32-v3/Source/devices/Display.h
  • Devices/heltec-wifi-lora-32-v3/Source/devices/Power.cpp
  • Devices/heltec-wifi-lora-32-v3/Source/devices/Power.h
  • Devices/heltec-wifi-lora-32-v3/device.properties
  • Devices/heltec-wifi-lora-32-v3/devicetree.yaml
  • Devices/heltec-wifi-lora-32-v3/heltec,wifi-lora-32-v3.dts
  • Devices/heltec-wifi-lora-32-v3/source/module.cpp
  • Devices/lilygo-tdeck-max/CMakeLists.txt
  • Devices/lilygo-tdeck-max/Source/Configuration.cpp
  • Devices/lilygo-tdeck-max/Source/devices/Cst66xxTouch.cpp
  • Devices/lilygo-tdeck-max/Source/devices/Cst66xxTouch.h
  • Devices/lilygo-tdeck-max/Source/devices/Display.cpp
  • Devices/lilygo-tdeck-max/Source/devices/Display.h
  • Devices/lilygo-tdeck-max/Source/devices/TdeckmaxKeyboard.cpp
  • Devices/lilygo-tdeck-max/Source/devices/TdeckmaxKeyboard.h
  • Devices/lilygo-tdeck-max/Source/devices/TdeckmaxPower.cpp
  • Devices/lilygo-tdeck-max/Source/devices/TdeckmaxPower.h
  • Devices/lilygo-tdeck-max/devicetree.yaml
  • Devices/lilygo-tdeck-max/lilygo,tdeck-max.dts
  • Devices/lilygo-tdeck-max/source/Configuration.cpp
  • Devices/lilygo-tdeck-max/source/devices/Display.cpp
  • Devices/lilygo-tdeck-max/source/devices/Display.h
  • Devices/lilygo-tdeck-max/source/module.cpp
  • Devices/lilygo-tdisplay-s3/CMakeLists.txt
  • Devices/lilygo-tdisplay-s3/Source/Configuration.cpp
  • Devices/lilygo-tdisplay-s3/Source/Init.cpp
  • Devices/lilygo-tdisplay-s3/Source/devices/Display.cpp
  • Devices/lilygo-tdisplay-s3/Source/devices/Display.h
  • Devices/lilygo-tdisplay-s3/Source/devices/Power.cpp
  • Devices/lilygo-tdisplay-s3/Source/devices/Power.h
  • Devices/lilygo-tdisplay-s3/Source/module.cpp
  • Devices/lilygo-tdisplay-s3/device.properties
  • Devices/lilygo-tdisplay-s3/devicetree.yaml
  • Devices/lilygo-tdisplay-s3/lilygo,tdisplay-s3.dts
  • Devices/lilygo-tdisplay-s3/source/module.cpp
  • Devices/lilygo-tdisplay/CMakeLists.txt
  • Devices/lilygo-tdisplay/Source/Configuration.cpp
  • Devices/lilygo-tdisplay/Source/devices/Display.cpp
  • Devices/lilygo-tdisplay/Source/devices/Display.h
  • Devices/lilygo-tdisplay/device.properties
  • Devices/lilygo-tdisplay/devicetree.yaml
  • Devices/lilygo-tdisplay/lilygo,tdisplay.dts
  • Devices/lilygo-tdisplay/source/module.cpp
  • Devices/lilygo-tdongle-s3/CMakeLists.txt
  • Devices/lilygo-tdongle-s3/Source/Configuration.cpp
  • Devices/lilygo-tdongle-s3/Source/Init.cpp
  • Devices/lilygo-tdongle-s3/Source/devices/Display.cpp
  • Devices/lilygo-tdongle-s3/Source/devices/Display.h
  • Devices/lilygo-tdongle-s3/device.properties
  • Devices/lilygo-tdongle-s3/devicetree.yaml
  • Devices/lilygo-tdongle-s3/lilygo,tdongle-s3.dts
  • Devices/lilygo-tdongle-s3/source/module.cpp
  • Devices/lilygo-tlora-pager/CMakeLists.txt
  • Devices/lilygo-tlora-pager/Source/Configuration.cpp
  • Devices/lilygo-tlora-pager/Source/Init.cpp
  • Devices/lilygo-tlora-pager/Source/bindings/tlora_pager.h
  • Devices/lilygo-tlora-pager/Source/devices/Display.cpp
  • Devices/lilygo-tlora-pager/Source/devices/Display.h
  • Devices/lilygo-tlora-pager/Source/devices/TpagerEncoder.cpp
  • Devices/lilygo-tlora-pager/Source/devices/TpagerEncoder.h
  • Devices/lilygo-tlora-pager/Source/devices/TpagerKeyboard.cpp
  • Devices/lilygo-tlora-pager/Source/devices/TpagerKeyboard.h
  • Devices/lilygo-tlora-pager/Source/devices/TpagerPower.cpp
  • Devices/lilygo-tlora-pager/Source/devices/TpagerPower.h
  • Devices/lilygo-tlora-pager/Source/drivers/TloraPager.cpp
  • Devices/lilygo-tlora-pager/Source/drivers/TloraPager.h
  • Devices/lilygo-tlora-pager/devicetree.yaml
  • Devices/lilygo-tlora-pager/lilygo,tlora-pager.dts
  • Devices/lilygo-tlora-pager/lilygo,tlora-pager.yaml
  • Devices/lilygo-tlora-pager/source/module.cpp
  • Documentation/ideas.md
  • Drivers/BQ25896/CMakeLists.txt
  • Drivers/BQ25896/README.md
  • Drivers/BQ25896/Source/Bq25896.cpp
  • Drivers/BQ25896/Source/Bq25896.h
  • Drivers/BQ27220/CMakeLists.txt
  • Drivers/BQ27220/README.md
  • Drivers/BQ27220/Source/Bq27220.cpp
  • Drivers/BQ27220/Source/Bq27220.h
  • Drivers/DRV2605/CMakeLists.txt
  • Drivers/DRV2605/README.md
  • Drivers/DRV2605/Source/Drv2605.cpp
  • Drivers/DRV2605/Source/Drv2605.h
  • Drivers/SSD1306/CMakeLists.txt
  • Drivers/SSD1306/README.md
  • Drivers/SSD1306/Source/Ssd1306Display.cpp
  • Drivers/SSD1306/Source/Ssd1306Display.h
  • Drivers/ST7735/CMakeLists.txt
  • Drivers/ST7735/README.md
  • Drivers/ST7735/Source/St7735Display.cpp
  • Drivers/ST7735/Source/St7735Display.h
  • Drivers/ST7796/CMakeLists.txt
  • Drivers/ST7796/README.md
  • Drivers/ST7796/Source/St7796Display.cpp
  • Drivers/ST7796/Source/St7796Display.h
  • Drivers/TCA8418/Adafruit_TCA8418-license.txt
  • Drivers/TCA8418/CMakeLists.txt
  • Drivers/TCA8418/ORIGINAL-COPYRIGHT.md
  • Drivers/TCA8418/README.md
  • Drivers/TCA8418/Source/Tca8418.cpp
  • Drivers/TCA8418/Source/Tca8418.h
  • Drivers/TCA9534/.gitignore
  • Drivers/TCA9534/CMakeLists.txt
  • Drivers/TCA9534/Kconfig.projbuild
  • Drivers/TCA9534/LICENSE
  • Drivers/TCA9534/Makefile
  • Drivers/TCA9534/README.md
  • Drivers/TCA9534/component.mk
  • Drivers/TCA9534/examples/CMakeLists.txt
  • Drivers/TCA9534/examples/read/read_tca9534.c
  • Drivers/TCA9534/include/TCA9534.h
  • Drivers/TCA9534/src/TCA9534.c
  • Drivers/axs15231b-module/CMakeLists.txt
  • Drivers/axs15231b-module/LICENSE-Apache-2.0.md
  • Drivers/axs15231b-module/bindings/axs,axs15231b-touch.yaml
  • Drivers/axs15231b-module/bindings/axs,axs15231b.yaml
  • Drivers/axs15231b-module/devicetree.yaml
  • Drivers/axs15231b-module/include/axs15231b_module.h
  • Drivers/axs15231b-module/include/bindings/axs15231b_display.h
  • Drivers/axs15231b-module/include/bindings/axs15231b_touch.h
  • Drivers/axs15231b-module/include/drivers/axs15231b_display.h
  • Drivers/axs15231b-module/include/drivers/axs15231b_touch.h
  • Drivers/axs15231b-module/source/axs15231b_display.cpp
  • Drivers/axs15231b-module/source/axs15231b_touch.cpp
  • Drivers/axs15231b-module/source/module.cpp
  • Drivers/bq25896-module/CMakeLists.txt
  • Drivers/bq25896-module/bindings/ti,bq25896.yaml
  • Drivers/bq25896-module/devicetree.yaml
  • Drivers/bq25896-module/include/bindings/bq25896.h
  • Drivers/bq25896-module/include/bq25896_module.h
  • Drivers/bq25896-module/include/drivers/bq25896.h
  • Drivers/bq25896-module/source/bq25896.cpp
  • Drivers/bq25896-module/source/module.cpp
  • Drivers/bq27220-module/CMakeLists.txt
  • Drivers/bq27220-module/bindings/ti,bq27220.yaml
  • Drivers/bq27220-module/devicetree.yaml
  • Drivers/bq27220-module/include/bindings/bq27220.h
  • Drivers/bq27220-module/include/bq27220_module.h
  • Drivers/bq27220-module/include/drivers/bq27220.h
  • Drivers/bq27220-module/source/bq27220.cpp
  • Drivers/bq27220-module/source/module.cpp
  • Drivers/cst328-module/CMakeLists.txt
  • Drivers/cst328-module/bindings/hynitron,cst328.yaml
  • Drivers/cst328-module/devicetree.yaml
  • Drivers/cst328-module/include/bindings/cst328.h
  • Drivers/cst328-module/include/cst328_module.h
  • Drivers/cst328-module/include/drivers/cst328.h
  • Drivers/cst328-module/source/cst328.cpp
  • Drivers/cst328-module/source/module.cpp
  • Drivers/cst66xx-module/CMakeLists.txt
  • Drivers/cst66xx-module/bindings/hynitron,cst66xx.yaml
  • Drivers/cst66xx-module/devicetree.yaml
  • Drivers/cst66xx-module/include/bindings/cst66xx.h
  • Drivers/cst66xx-module/include/cst66xx_module.h
  • Drivers/cst66xx-module/include/drivers/cst66xx.h
  • Drivers/cst66xx-module/source/cst66xx.cpp
  • Drivers/cst66xx-module/source/module.cpp
  • Drivers/drv2605-module/CMakeLists.txt
  • Drivers/drv2605-module/bindings/ti,drv2605.yaml
  • Drivers/drv2605-module/devicetree.yaml
  • Drivers/drv2605-module/include/bindings/drv2605.h
  • Drivers/drv2605-module/include/drivers/drv2605.h
  • Drivers/drv2605-module/include/drv2605_module.h
  • Drivers/drv2605-module/source/drv2605.cpp
  • Drivers/drv2605-module/source/module.cpp
  • Drivers/jd9165-module/CMakeLists.txt
  • Drivers/jd9165-module/LICENSE-Apache-2.0.md
  • Drivers/jd9165-module/bindings/jdi,jd9165.yaml
  • Drivers/jd9165-module/devicetree.yaml
  • Drivers/jd9165-module/include/bindings/jd9165.h
  • Drivers/jd9165-module/include/drivers/jd9165.h
  • Drivers/jd9165-module/include/jd9165_module.h
  • Drivers/jd9165-module/source/jd9165.cpp
  • Drivers/jd9165-module/source/module.cpp
  • Drivers/lilygo-module/CMakeLists.txt
  • Drivers/lilygo-module/bindings/lilygo,tpager-encoder.yaml
  • Drivers/lilygo-module/include/lilygo/bindings/tpager_encoder.h
  • Drivers/lilygo-module/include/lilygo/drivers/tpager_encoder.h
  • Drivers/lilygo-module/include/lilygo/drivers/tpager_encoder_input.h
  • Drivers/lilygo-module/source/module.cpp
  • Drivers/lilygo-module/source/tpager_encoder.cpp
  • Drivers/lilygo-module/source/tpager_encoder_input.cpp
  • Drivers/ssd1306-module/CMakeLists.txt
  • Drivers/ssd1306-module/LICENSE-Apache-2.0.md
  • Drivers/ssd1306-module/bindings/solomon,ssd1306.yaml
  • Drivers/ssd1306-module/devicetree.yaml
  • Drivers/ssd1306-module/include/bindings/ssd1306.h
  • Drivers/ssd1306-module/include/drivers/ssd1306.h
  • Drivers/ssd1306-module/include/ssd1306_module.h
  • Drivers/ssd1306-module/source/module.cpp
  • Drivers/ssd1306-module/source/ssd1306.cpp
  • Drivers/st7701-module/CMakeLists.txt
  • Drivers/st7701-module/LICENSE-Apache-2.0.md
  • Drivers/st7701-module/bindings/sitronix,st7701.yaml
  • Drivers/st7701-module/devicetree.yaml
  • Drivers/st7701-module/include/bindings/st7701.h
  • Drivers/st7701-module/include/drivers/st7701.h
  • Drivers/st7701-module/include/st7701_module.h
  • Drivers/st7701-module/source/module.cpp
  • Drivers/st7701-module/source/st7701.cpp
  • Drivers/st7735-module/CMakeLists.txt
  • Drivers/st7735-module/bindings/sitronix,st7735.yaml
  • Drivers/st7735-module/devicetree.yaml
  • Drivers/st7735-module/include/bindings/st7735.h
  • Drivers/st7735-module/include/drivers/st7735.h
  • Drivers/st7735-module/include/st7735_module.h
  • Drivers/st7735-module/source/module.cpp
  • Drivers/st7735-module/source/st7735.cpp
  • Drivers/st7789-module/source/st7789.cpp
  • Drivers/st7796-module/source/st7796.cpp
  • Drivers/sy6970-module/CMakeLists.txt
  • Drivers/sy6970-module/bindings/silergy,sy6970.yaml
  • Drivers/sy6970-module/devicetree.yaml
  • Drivers/sy6970-module/include/bindings/sy6970.h
  • Drivers/sy6970-module/include/drivers/sy6970.h
  • Drivers/sy6970-module/include/sy6970_module.h
  • Drivers/sy6970-module/source/module.cpp
  • Drivers/sy6970-module/source/sy6970.cpp
  • Drivers/tca8418-module/CMakeLists.txt
  • Drivers/tca8418-module/bindings/ti,tca8418.yaml
  • Drivers/tca8418-module/devicetree.yaml
  • Drivers/tca8418-module/include/bindings/tca8418.h
  • Drivers/tca8418-module/include/drivers/tca8418.h
  • Drivers/tca8418-module/include/tca8418_module.h
  • Drivers/tca8418-module/source/module.cpp
  • Drivers/tca8418-module/source/tca8418.cpp
  • Modules/lvgl-module/include/tactility/lvgl_display.h
  • Modules/lvgl-module/source/lvgl_devices.c
  • Modules/lvgl-module/source/lvgl_display.c
  • Modules/lvgl-module/source/lvgl_pointer.c
  • Tactility/Source/app/poweroff/PowerOff.cpp
  • TactilityKernel/include/tactility/drivers/display.h
  • TactilityKernel/include/tactility/drivers/haptic.h
  • TactilityKernel/include/tactility/drivers/pointer.h
  • TactilityKernel/source/drivers/display.cpp
  • TactilityKernel/source/drivers/haptic.cpp
  • TactilityKernel/source/drivers/pointer.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 d896657 into main Jul 18, 2026
60 checks passed
@KenVanHoeylandt
KenVanHoeylandt deleted the develop branch July 18, 2026 13:01
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