Skip to content

Conversation

@hicode002
Copy link

In fact, T1-A21W is the wifi-only version of T1-A21L.
This device does not use tps65132,but shared the same gpios with tps65132
GPIO 32 is used to enable the regulator of LCD
GPIO 97 is used to enable the regulator of the backlight
And huawei uses custom dcs commands to set brightness.

0xf5, your brightness, 0x15, 0x80

Your Name added 2 commits November 19, 2024 15:01
Add msm8916-hwt1a21w.dts
Add boe_nt51017 panel
Enable vcc gpio and vled gpio
Set Brightness by using custom dcs commands
Signed-off-by: Shaobai Wang <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Configure your ~/.gitconfig.
And fix the author with git commit --amend --author="Shaobai Wang <[email protected]>"

if (target_is_emmc_boot())
{
if (!boot_into_recovery) {
/* Try to boot from first fs we can find */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try not to add irrelevant changes.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try not to add irrelevant changes.

OK

display_fbcon_menu_message("Press volume keys to navigate, and "\
"press power key to select\n\n", FBCON_COMMON_MSG, common_factor);

display_fbcon_menu_message("Welcome to HICODE002 BOOTLOADER!\n", FBCON_RED_MSG, common_factor);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to drop customised parts. You can split these into another commit, which would be easier to manage.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refe

Deleted

@wonderfulShrineMaidenOfParadise
Copy link
Contributor

legacy should have been achieved and not supposed to be added more changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants