-
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
-
图像颜色的改变程序
图像颜色的改变程序-image color change procedures
- 2023-02-27 04:00:03下载
- 积分:1
-
SPINELINE对象三维旋转的观众
spineline object 3d rotation viewer
- 2022-06-17 01:44:17下载
- 积分:1
-
JEPG图像中数字的识别,能实现JEPG图像中0~9之间数字的识别功能...
JEPG图像中数字的识别,能实现JEPG图像中0~9之间数字的识别功能-JEPG of digital image recognition, to achieve JEPG image number between 0 ~ 9 recognition
- 2022-02-03 17:23:59下载
- 积分:1
-
这是一个手写鉴别系统实例源程序,算法简单实用!
这是一个手写鉴别系统实例源程序,算法简单实用!-This is a instance source program of handwritten recognition system, the arithmetic is briefness and utility!
- 2022-11-08 03:50:02下载
- 积分:1
-
This is a detailed article, DCT transform, from basic DCT transform to fast DCT...
这是一篇详细介绍DCT变换的文章,从基本DCT变换到快速DCT变换,并给出了原码。-This is a detailed article, DCT transform, from basic DCT transform to fast DCT transform, and gives the original code.
- 2022-02-22 07:08:25下载
- 积分:1
-
) Algorithm based S basic idea for the most
)算法基本思想 设S为最-) Algorithm based S basic idea for the most
- 2022-11-19 22:15:03下载
- 积分:1
-
自己在学位图操作时,所作的一个训练题目
自己在学位图操作时,所作的一个训练题目-degree plan in operation, the subject of a training
- 2022-02-28 09:26:17下载
- 积分:1
-
在vc中产生对话框文件。
在vc中产生对话框文件。-in vc dialog generated documents.
- 2022-08-12 23:55:53下载
- 积分:1
-
Qt简单绘图程序
Qt平台下,基于双缓冲技术设计的简单绘图工具,可以绘制简单的图形,同时可以设置画笔颜色、填充颜色、线条类型等
- 2022-01-22 00:02:07下载
- 积分:1