MTK Android uses very high resolution to modify charging animation

Non-standard resolution screen, configure MTK Android shutdown charging animation.

environment

The chip MTK
system Android
server ubuntu
has a screen resolution of 356*400, which is not a common resolution.
The original charging animation is displayed abnormally, and the picture is distorted.
insert image description here

method

  1. Make sure to use the picture
    vendor/mediatek/proprietary/bootable/bootloader/lk/dev/logo. The
    subdirectories under this directory store charging pictures of different screens and different resolutions, and multiple pictures form animations.
fwvgaplus         qxga    wqxga     wuxganl  xganl
hd720             qhd     wqxganl   wvga
fhd       hd720m  qhdfr   wsvga     wvgalnl
fhdplus   hdplus  qvga    wsvgalnl  wxga
fwvga     hvga    qvgal   wqhd      wsvganl   wxganl
fwvgafr           qvganl  wqvga     wuxga     xga

The pictures in each directory are as follows:
insert image description here
where
fhd is 1080 1820
hd720 is 720
1

Guess you like

Origin blog.csdn.net/zmlovelx/article/details/132308569