会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
panda_w
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
···
19
下一页
2023年12月5日
samba 添加网络位置
摘要: 1. 查看ubuntu服务器IP地址 2. 选择此电脑,右击鼠标选择添加一个网络位置 3. 继续下一步...下一步... 4. 输入自己的IP:\\192.168.1.106 ——> 选择浏览 ——> 选择目标文件夹 ——> 一路确认 5.最终成功完成
阅读全文
posted @ 2023-12-05 10:14 panda_w
阅读(245)
评论(0)
推荐(0)
2023年6月4日
SV100_GPIO 中断驱动
该文被密码保护。
阅读全文
posted @ 2023-06-04 17:54 panda_w
阅读(7)
评论(0)
推荐(0)
2022年8月26日
LIB
该文被密码保护。
阅读全文
posted @ 2022-08-26 18:50 panda_w
阅读(3)
评论(0)
推荐(0)
2022年8月1日
USB Gadget RNDIS + HID + serial
该文被密码保护。
阅读全文
posted @ 2022-08-01 16:01 panda_w
阅读(6)
评论(0)
推荐(0)
2022年6月6日
LINUX_GPIO
摘要: 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
摘要: 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
摘要: 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
摘要: 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
摘要: 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)
2022年5月10日
RGB565转BMP
摘要: 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
下一页