mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 17:23:23 +00:00
🆕 double buffer
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/glib.h>
|
||||
#include <stdbool.h>
|
||||
/**
|
||||
* @brief 初始化显示模块
|
||||
*
|
||||
* @return int
|
||||
* @brief 初始化显示模块,需先低级初始化才能高级初始化
|
||||
* @param level 初始化等级
|
||||
* false -> 低级初始化:不使用double buffer
|
||||
* true ->高级初始化:增加double buffer的支持
|
||||
* @return int
|
||||
*/
|
||||
int video_init();
|
||||
int video_init(bool level);
|
Reference in New Issue
Block a user