【IMX6ULL - psplash应用】uboot启动阶段将横屏显示的内容修改为竖屏显示

前提:展示logo和进度条的图片必须都是竖直的!

一、修改psplash.c文件内容

1、修改psplash_draw_msg()函数

void psplash_draw_msg (PSplashFB *fb, const char *msg)
{
   
  int w, h;

  psplash_fb_text_size (&w, &

你可能感兴趣的:(嵌入式Linux驱动开发笔记,嵌入式软件,linux,嵌入式,imx6ull)