🔧 更新了键盘驱动程序,使其适配vfs

This commit is contained in:
fslongjin
2022-05-20 22:53:47 +08:00
parent 464837eb1a
commit 832c0c7e5c
13 changed files with 295 additions and 52 deletions

View File

@ -87,7 +87,7 @@ int video_init(bool level)
if (level)
{
// 启用双缓冲后使能printk滚动动画
printk_enable_animation();
// printk_enable_animation();
// 初始化第一个屏幕刷新任务
struct timer_func_list_t *tmp = (struct timer_func_list_t *)kmalloc(sizeof(struct timer_func_list_t), 0);
timer_func_init(tmp, &video_refresh_framebuffer, NULL, REFRESH_INTERVAL);