dts: bindings: display: ili9341: Add backlight GPIO support + gaming sample #99179
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Overview
This PR adds backlight GPIO control to the ILI9341 display binding and introduces a comprehensive gaming performance benchmark sample. This work originated from AkiraOS - a retro-cyberpunk gaming console project built on Zephyr RTOS.
Motivation
During AkiraOS development, we identified critical needs for ILI9341-based gaming applications:
Changes Made
1. Devicetree Binding Enhancement
File:
dts/bindings/display/ilitek,ili9341.yamlAdded optional
bl-gpiosproperty for backlight control:Benefits:
2. Gaming Performance Sample
Directory:
samples/drivers/display/ili9341_gaming/Complete sample application demonstrating:
Key Features:
Testing
Hardware Tested:
Test Results:
Sample Configuration:
sample.yamlfor CI testingREADME.rstAkiraOS Project Context
Project: https://github.com/ArturR0k3r/AkiraOS
AkiraOS is an open-source retro-cyberpunk gaming console featuring:
This contribution demonstrates how Zephyr enables innovative gaming projects while identifying areas for optimization.
Why This Sample Matters
Performance Analysis Included
The sample documents critical gaming metrics:
Files Changed
Checklist
Related Issues
This addresses the need for:
Future Work
Based on AkiraOS development, potential future enhancements: