fix(libs/lib_ui): fix the display errors when system initialize (#779)

* 修复了系统初启动时会花屏的bug
This commit is contained in:
曾俊 2024-04-28 16:49:19 +08:00 committed by GitHub
parent 182b778a3c
commit 13b057cc0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -512,9 +512,8 @@ impl TextuiCharChromatic {
)
};
}
unsafe {
addr = addr.offset(1);
addr = addr.add(byte_num_of_depth);
}
}
}