Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页

    开机时logo 颜色不对,怎么修改?

    Linux
    1
    2
    1147
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hy123456 LV 5 last edited by

      R528 RGB 24位的屏开始的时候显示logo 的颜色不对,其中红色显示为蓝色。启动一会之后logo好像会重新刷新一下,之后颜色又变对了,请教一下,这个开机时颜色格式应该怎么修改?

      1 Reply Last reply Reply Quote Share 0
      • H
        hy123456 LV 5 last edited by

        终于找到了前人的帖子 LCD 红蓝颜色互换
        方法就是在uboot的设备树中增加lcd_rb_swap = <1>;

        在uboot的板级设备树中/device/config/chips/r528/configs/evb1/uboot-board.dts中增加

        &lcd0 {
        lcd_rb_swap = <1>; //+++
        };

        注意更改后make 的时候uboot 的设备树并不会更新。
        而且我的SDK在muboot后也不更新。后来经过不断尝试,发现
        变更一下uboot的配置文件lichee/brandy-2.0/u-boot-2018/configs/sun8iw20p1_defconfig 之后才能更新。

        在内核板级设备树中device/config/chips/r528/configs/evb1/board.dts
        修改fb0_format = <1>; 也起到红蓝色变化的作用,但是uboot中修改不起作用。
        &disp {
        fb0_format = <1>;
        }

        1 Reply Last reply Reply Quote Share 0
        • 1 / 1
        • First post
          Last post

        Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

        行为准则 | 用户协议 | 隐私权政策