搜索资源列表
uCGUI_160X240
- ARM 移植好的一种图形界面(440BX)-ARM transplant a good GUI (440BX)
GUI
- 周立功 arm7 2210 LCD 驱动程序及图形界面应用程序
12864-gui
- 能够实现12864 控制芯片为ST9720的GUI图形界面的显示-make possible the 12864 LCD controlled by st9720 display the GUI
12864
- 基于液晶显示屏12864显示的万年历!界面美观!注视详细!可以作为12864的入门编程学习!-12864-based LCD display calendar! Beautiful interface! Watch more! Introduction to programming can learn as 12864!
xynth-0.8.90
- 超强的嵌入式GUI系统,只有100K,界面华丽。-Powerful embedded GUI systems, only 100K, gorgeous interface.
PowerPCB
- 第一节 – 图形用户界面(GUI) 第二节 – 建立元件(Part) 第三节 – 设计准备 第四节 – 输入设计数据 第五节 – 定义设计规则(Design Rules) 第六节 – 元件(Parts)的放置(Placement) 第七节 – 元件布局(Component Placement)操作 第八节 – 布线编辑(Route Editing) 第九节 – SPECCTRA布线器(Route Engine) 第十节 – 定义分隔平面层(Split Plan
BasedontheLCD128X64STC12C5410ADgraphicsdesignprogr
- 基于STC12C5410AD单片机的人机交互图形界面设计,包含子模块LCD128x64字符图形显示和4x4键盘扫描程序设计。-STC12C5410AD based interactive GUI microcontroller design, including the sub-module LCD128x64 character graphics display and 4x4 keypad scanner design.
MyWaveBox
- 单片机采集到的AD转换数据通过qt gui界面显示波形-SCM AD conversion data collected through the qt gui interface displays the waveform
gui
- GUI 图形化用户界面 彩屏LCD的程序 -GUI graphical user interface program color LCD
lcd12864-driver
- 常见的LCD12864液晶显示器的驱动程序,及接口电路,方便单片机人机界面的开发应用。-a program about how to drive the liquid panel LCD12864.there are also some documents about the interface about the lcd.It helps you to design your GUI on MCU.
ZLG_GUI
- 周立功开发的图形界面(GUI),使用比较方便,可以作为简单的应用-Zhou, who developed the graphical user interface (GUI), more convenient to use, can be used as a simple application
GUI
- TFT图形用户接口层程序集,液晶图形界面接口程序设计-TFT graphical user interface layer assembly, the LCD graphical interface program design
bgui-for-mcu
- 基于8位单片机,STC-51单片机的LCD-GUI图形用户界面,图形库,效果类似IPHONE, APPLE GUI界面。-based on the 8-bit microcontroller, STC-51 single-chip LCD-GUI graphical user interface, graphics library, the effect is similar to IPHONE, APPLE GUI interface.
MSP430-LCD-drive-have-GUI
- MSP430F149的LCD 驱动,并带GUI显示界面-The MSP430F149 LCD driver with GUI display interface
STM32PUCOSIIPGUI
- STM32运行在UCOSII系统,GUI界面-STM32 UCOSII GUI
ourdev_666726V643VO
- STM32的GUI界面程序,没有漏洞,直接可以用了,非常实用-STM32 GUI interface program, no holes, can be directly used, very practical
Homemade-millet-phone)
- 利用单片机制作一个简易的小米系统,可用于学习GUI界面学习和触摸屏学习-Making use of a simple microcontroller millet system, it can be used to study and learn GUI interface touch screen learning
Attendance v9.10
- 这是在stm32f446平台上,使用第三方库开发的一个GUI界面,通过串口接收发送数据,显示屏幕上考勤机。(This is on the stm32f446 platform, a GUI interface with third-party library development, through the serial port to send data to receive, display screen attendance machine.)
STM32+12864+GUI
- ucGUI与emWin是众多嵌入式工程师编写显示界面的首选,但是随着版本的升级,对于商用GUI提出了专利费的要求,这也是国内小型企业所不愿意接受的。于是,编写了一份属于自己的独特GUI界面代码。作品采用stm32作为主MCU,驱动LCM12864进行显示。我们的任务是写自己的GUI,因此对其他外设资源要求不高,包含源代码和原理图。(UcGUI and emWin are the first choice for many embedded engineers to write the displ
STM32简单的GUI程序
- 简单的图形界面,main初始化完成之后直接进入菜单界面循环。指针函数指向菜单切换链表的第一个函数,退出函数后,根据KEY_TYPE变量的值,指向链表中不同编号的函数。非常直观,适合无操作系统的简单的环境下编程。