@ -1,7 +1,11 @@
#include "vga.h"
#include "fbtool.h"
int vga_init(void)
{
char *fbdev = "/dev/fb0";
if (0 == fb_open(fbdev)) {
printf("Open %s fail!!\n",fbdev);
return -1;
}
The note is not visible to the blocked user.