This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

View File

@@ -91,6 +91,16 @@ int fbdev_get_size(int *width, int *height)
return 0;
}
unsigned int fbdev_get_screen_width()
{
return g_info.width;
}
unsigned int fbdev_get_screen_height()
{
return g_info.height;
}
enum mpp_pixel_format fbdev_get_fmt(void)
{
if (g_info.bits_per_pixel == 32)