嵌入式開發——寫一個簡單的函數,在指定的位置可以顯示一個指定顏色,指定大小的矩形

#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> int main() {     int fd = open("/dev/fb0",O_RDWR);     if(-1 == fd)     {  
相關文章
相關標籤/搜索