搜索资源列表
LCD
- lcd上的多级菜单,实现控制界面间的切换,可以用来做mp3的显示界面
MCU-PC
- 计算机简单控制由软件和硬件组成。软件由Visual Basic 6.0编写。硬件主要由无线发送模块和单片机(C语言编写)构成。通过RS232界面与PC通信而实现无线控制系统。 主要功能是:通过遥控器连接PC机的\"上下左右\"按键 ,当电脑界面处于powerpoint界面下,能通过遥控器控制幻灯片的上下切换.
HTTemp_V1.03
- SENSE 的一款Hart温度变送器的上位机操作界面,有中英文切换的功能,做Hart仪表的可以参考哦
shangdian
- 此程序实现,完成液晶部分,数码管显示,中断切换界面同时还进行发光管指示,和蜂鸣器的响声,是一个比较综合的程序,在以后的项目设计中,此程序是一个比较不错的范例!-This program, part of the completion of liquid crystal, digital display, interrupt switch interface LED is also instructed to carry out, and the sound of buzzer, is a mor
duojiemian1.0
- 多界面6路闹钟,PWM调光液晶时钟,多种界面,字体切换,-6-channel multi-interface, alarm clock, PWM dimming LCD clock, multi-interface, font switching,
frequency-meter
- 基于at89s52@12MHz的频率计,使用lm311比较器,手动切换量程,最大可检测1MHz频率,大约0.5 误差。使用lcd1602显示,界面友好。-Based on the of at89s52 @ 12MHz frequency counter, use the lm311 comparator, manual switching range, the maximum detectable frequency of 1MHz, about 0.5 error. Where use lc
UCOS-II----IAR4.42-
- 开发环境:EWARM mcu:STM32 UCOS-II移植(IAR4.42版本) 本工程的代码存放在FLASH中(0x08000000~0x0801ffff,共128KB),堆栈和数据放在RAM中(0x20000000~0x20004fff,共20KB)。 本工程共6个任务: 任务名 优先级 功能 AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED AppTaskKbd() "Keyboard" 4 读取按键和J
digital-clock
- 数字时钟显示时间、定闹钟及整点报时,还能实现时钟界面的切换功能-Digital clock displays the time, set the alarm and hourly chime
MENU
- LCD实现菜单功能,本人所写,界面切换使用的是质数法,对于不喜欢用指针,或用的不熟练的筒子有莫大帮助,这也是一种实现方法-LCD with menu function, I wrote, interface switching method used is a prime number, who do not like to use the pointer, or unskilled use of great assistance to the cheese, which is a method
test
- 智能温湿度采集程序,基于80C51单片机,实现时间设置,温度湿度采集功能,通过按键切换显示界面-Intelligent temperature and humidity data acquisition program, based on 80C51 microcontroller, to achieve the time setting, temperature and humidity data acquisition function, display interface through
17
- 液晶时钟程序,时间界面与日期界面可实现一键切换-LCD clock procedures, time and date screen interface can realize a key switch
EleClock
- 基于STC89C52单片机的电子时钟设计,拥有时钟显示、修改、定时、计时、温度显示、屏幕超时的功能,可通过菜单选择进行界面的切换-Electronic clock design based on STC89C52 microcontroller, with clock display, modify, timing, timing, temperature display, screen timeout function, which can select switch interface
stc89c52zidongjiaoshui
- STC89C52 control 12864, 1302, relay, 12864 display time, and be able to switch the display interface and any modification date, time. With the serial port or WiFi serial port to send data to the microcontroller, through the relay to control the exter
haidaodiama
- 本设计的目的为针对基于多种新能源的海岛发电,结合天气预报数据实现发电装置的切换和保护,同时人性化监控界面使海岛发电状况更加一目了然,可以通过本系统得到海岛的用电建议、蓄电池电量、供电来源和过冲保护状态等信息。-The purpose of this design is based on a variety of new energy for island power generation, combined with weather forecast data to switch and pow
DS18B20
- 1、单片机上电后,自动进入参数设置界面 - - - - 通过按键S3切换4个温度采集间隔时间,分别为1秒、5秒、30秒、60秒。 2、按下S4键确定采集时间间隔,并退出设置界面,开始显示温度,显示两位整数即可 -1, single chip on the power, automatically enter the parameter setting interface through the button S3 to switch 4 temperature acquisition
LEDdisp
- 单片机驱动数码管,同时响应按键显示。 能依据不同按键调用界面函数切换不同界面 定时器中断中刷新显示效果,带定位闪烁功能-C51 cpu disp LED,and Key put for turn menu。
Simple Clock
- 简易时钟,能通过按键和UART串口控制时间显示在数码管上,串口输入格式为“时分秒”(例如122030),按键为两个按键分别控制小时和分钟,第三个按键切换显示为秒数,切换后延时一秒后返回原界面。内含Proteus7.8的仿真。(A simple clock, through the button and UART serial control time in the digital tube display, serial input format for the "hour"
STM32F103ZE
- 1602显示屏,stm32f103ze芯片,可实现2个界面的切换,界面1为时钟界面,可显示时针和时间同步变化,界面2为温湿度曲线图 keil5工程文件(1602 display screen, stm32f103ze chip, can realize 2 interface switch, interface 1 is clock interface, can display clockwise and time synchronization change, interface 2 is
STM32简单的GUI程序
- 简单的图形界面,main初始化完成之后直接进入菜单界面循环。指针函数指向菜单切换链表的第一个函数,退出函数后,根据KEY_TYPE变量的值,指向链表中不同编号的函数。非常直观,适合无操作系统的简单的环境下编程。