-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
GIF解码器源代码,C语言编程在嵌入式系统的移植…
GIF解码程序源代码,C语言编程,方便在嵌入式系统上移植。-GIF decoder source code, C language programming for embedded systems in the transplant.
- 2022-02-06 10:32:25下载
- 积分:1
-
Visual Basic源码的3D 源码
Visual Basic源码的3D 源码
-Visual Basic source code of the 3D source
- 2022-08-15 18:31:28下载
- 积分:1
-
在Vc环境下 仿CAD编程(源代码)
在Vc环境下 仿CAD编程(源代码)-Vc environment in imitation of CAD programming (source code)
- 2022-06-19 07:06:30下载
- 积分:1
-
vsea vbe 3.0 samples c
vbe 3.0 例 C语言 和 masm 汇编 混合编程 这是 汇编语言部分。-vsea vbe 3.0 samples c
- 2023-05-03 21:30:03下载
- 积分:1
-
CAD二次开发参考手册,是一个实用的CAD开发参考资料,适合初中级人员...
CAD二次开发参考手册,是一个实用的CAD开发参考资料,适合初中级人员-CAD secondary development reference manual is a practical reference CAD development for junior officers
- 2022-03-03 10:47:51下载
- 积分:1
-
A very good procedures open the three
一个很好的打开三维人体的程序,希望对做着方面研究的人有用.同时希望大家都能贡献自己好的代码.-A very good procedures open the three-dimensional human body, in the hope that the person doing the research useful. I also hope that everyone can contribute their good code.
- 2022-01-25 23:35:53下载
- 积分:1
-
图像分割中的分水岭(water shed segmention)算法的源码
图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
- 2022-05-27 07:22:56下载
- 积分:1
-
gabor滤波器提取不同方向、不同尺度特征,可用于图像识别
gabor滤波器提取不同方向、不同尺度特征,可用于图像识别-gabor filters extract different directions and different scale features can be used to image recognition
- 2023-02-06 07:15:03下载
- 积分:1
-
VTK的示例代码
VTK example code - 2-VTK example code- 2
- 2023-08-30 10:20:03下载
- 积分:1