上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: 1. 查看ubuntu服务器IP地址 2. 选择此电脑,右击鼠标选择添加一个网络位置 3. 继续下一步...下一步... 4. 输入自己的IP:\\192.168.1.106 ——> 选择浏览 ——> 选择目标文件夹 ——> 一路确认 5.最终成功完成 阅读全文
posted @ 2023-12-05 10:14 panda_w 阅读(245) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-04 17:54 panda_w 阅读(7) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-08-26 18:50 panda_w 阅读(3) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-08-01 16:01 panda_w 阅读(6) 评论(0) 推荐(0)
摘要: LINUX_GPIO 1. GPIO_SYSFS echo 1 > /sys/class/gpio/export(unexport) 导出(取消)控制的GPIO引脚编号 echo in(out) > /sys/class/gpio/gpio1/direction echo 1(0) > /sys/c 阅读全文
posted @ 2022-06-06 15:40 panda_w 阅读(48) 评论(0) 推荐(0)
摘要: 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 阅读(275) 评论(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 阅读(51) 评论(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 阅读(133) 评论(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 阅读(38) 评论(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 阅读(755) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 19 下一页