上一页 1 2 3 4 5 6 ··· 18 下一页
摘要: RGB_LCD_ST7701_init_code /* * gpio_irq_test.c- Sigmastar * * Copyright (c) [2019~2020] SigmaStar Technology. * * * This software is licensed under the 阅读全文
posted @ 2022-06-06 14:06 panda_w 阅读(188) 评论(0) 推荐(0) 编辑
摘要: LInux_GPIO_DRV /* * gpio_irq_test.c- Sigmastar * * Copyright (c) [2019~2020] SigmaStar Technology. * * * This software is licensed under the terms of 阅读全文
posted @ 2022-06-06 13:40 panda_w 阅读(38) 评论(0) 推荐(0) 编辑
摘要: LInux_SPI_APP #include <stdint.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <getopt.h> #include <fcntl.h> #include <sys/ioct 阅读全文
posted @ 2022-06-06 09:51 panda_w 阅读(100) 评论(0) 推荐(0) 编辑
摘要: LInux_LCD_APP #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> #include <linux/fb.h> #include 阅读全文
posted @ 2022-06-06 09:29 panda_w 阅读(29) 评论(0) 推荐(0) 编辑
摘要: RGB565转BMP #include <string.h> #include <stdlib.h> #include <stdio.h> #define BMP_W 120#define BMP_H 80 char bmp_map[] = { } #define BI_BITFIELDS 0x3 阅读全文
posted @ 2022-05-10 10:11 panda_w 阅读(609) 评论(1) 推荐(0) 编辑
摘要: RTC_GM1302 /* * @Description : LVGL * @Author : wangxy * @Date : 2022-04-14 * @LastEditTime: Today * @LastEditors : wangxy * @FilePath : ESP32/rtc.c * 阅读全文
posted @ 2022-04-16 09:26 panda_w 阅读(197) 评论(0) 推荐(0) 编辑
摘要: bmp_show_framebuffer bmp_show_framebuffer.c #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include 阅读全文
posted @ 2022-02-14 19:22 panda_w 阅读(53) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-01-20 20:17 panda_w 阅读(0) 评论(0) 推荐(0) 编辑
摘要: LVGL /* Display flushing */ void my_disp_flush(lv_disp_drv_t *disp, const lv_area_t *area, lv_color_t *color_p) { uint32_t temp_x, temp_y; for(temp_y= 阅读全文
posted @ 2022-01-06 15:56 panda_w 阅读(93) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-12-30 11:11 panda_w 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 18 下一页