登录
首页 » C# » S200_ST7735S_CTC1.77_CPU_8BIT

S200_ST7735S_CTC1.77_CPU_8BIT

于 2020-09-26 发布 文件大小:240KB
0 282
下载积分: 1 下载次数: 13

代码说明:

  8位单片机用8080并口通讯协议驱动1.5寸TFT彩屏,字库或者图形(TFT color 8080 parallel port communication 8 bit single chip microcomputer)

文件列表:

S200_ST7735S_CTC1.77_CPU_8BIT\c8051F040.h
S200_ST7735S_CTC1.77_CPU_8BIT\c8051F340.h
S200_ST7735S_CTC1.77_CPU_8BIT\lcd\lcd.c
S200_ST7735S_CTC1.77_CPU_8BIT\lcd\lcd.h
S200_ST7735S_CTC1.77_CPU_8BIT\lcd.lst
S200_ST7735S_CTC1.77_CPU_8BIT\lcd.obj
S200_ST7735S_CTC1.77_CPU_8BIT\lcd.__i
S200_ST7735S_CTC1.77_CPU_8BIT\main
S200_ST7735S_CTC1.77_CPU_8BIT\main.c
S200_ST7735S_CTC1.77_CPU_8BIT\main.h
S200_ST7735S_CTC1.77_CPU_8BIT\main.hex
S200_ST7735S_CTC1.77_CPU_8BIT\main.lnp
S200_ST7735S_CTC1.77_CPU_8BIT\main.LST
S200_ST7735S_CTC1.77_CPU_8BIT\main.M51
S200_ST7735S_CTC1.77_CPU_8BIT\main.OBJ
S200_ST7735S_CTC1.77_CPU_8BIT\main.opt.bak
S200_ST7735S_CTC1.77_CPU_8BIT\main.plg
S200_ST7735S_CTC1.77_CPU_8BIT\main.Uv2.bak
S200_ST7735S_CTC1.77_CPU_8BIT\main.uvopt
S200_ST7735S_CTC1.77_CPU_8BIT\main.uvproj
S200_ST7735S_CTC1.77_CPU_8BIT\main.__i
S200_ST7735S_CTC1.77_CPU_8BIT\main_Opt.Bak
S200_ST7735S_CTC1.77_CPU_8BIT\main_Uv2.Bak
S200_ST7735S_CTC1.77_CPU_8BIT\main_uvopt.bak
S200_ST7735S_CTC1.77_CPU_8BIT\main_uvproj.bak
S200_ST7735S_CTC1.77_CPU_8BIT\mmc_sd\mmc_sd.c
S200_ST7735S_CTC1.77_CPU_8BIT\mmc_sd\mmc_sd.h
S200_ST7735S_CTC1.77_CPU_8BIT\mmc_sd.lst
S200_ST7735S_CTC1.77_CPU_8BIT\mmc_sd.obj
S200_ST7735S_CTC1.77_CPU_8BIT\mmc_sd.__i
S200_ST7735S_CTC1.77_CPU_8BIT\readme.txt
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.IAB
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.IAD
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.IMB
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.IMD
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.PFI
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.PO
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.PR
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.PRI
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.PS
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.SearchResults
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight\Untitled Project.WK3
S200_ST7735S_CTC1.77_CPU_8BIT\STARTUP.A51
S200_ST7735S_CTC1.77_CPU_8BIT\Target 1.BAT
S200_ST7735S_CTC1.77_CPU_8BIT\tp\tp.c
S200_ST7735S_CTC1.77_CPU_8BIT\tp\tp.h
S200_ST7735S_CTC1.77_CPU_8BIT\tp.lst
S200_ST7735S_CTC1.77_CPU_8BIT\tp.obj
S200_ST7735S_CTC1.77_CPU_8BIT\tp.__i
S200_ST7735S_CTC1.77_CPU_8BIT\uart.lst
S200_ST7735S_CTC1.77_CPU_8BIT\uart.obj
S200_ST7735S_CTC1.77_CPU_8BIT\USBX_F34X.LIB
S200_ST7735S_CTC1.77_CPU_8BIT\USB_API.h
S200_ST7735S_CTC1.77_CPU_8BIT\lcd
S200_ST7735S_CTC1.77_CPU_8BIT\mmc_sd
S200_ST7735S_CTC1.77_CPU_8BIT\sourinsight
S200_ST7735S_CTC1.77_CPU_8BIT\tp
S200_ST7735S_CTC1.77_CPU_8BIT

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • XYZ
    C# 控制X,Y,Z 三个轴的运动,通过串口的方式通信(C# controls the movement of X, Y and Z axes and communicates through serial ports)
    2019-06-03 11:05:29下载
    积分:1
  • INV_ConstantDC
    说明:  dq坐标系恒定直流源并网逆变器控制,PSCAD仿真软件(inverter in dq frame)
    2021-03-24 11:23:44下载
    积分:1
  • 学生宿舍管理系统Cpp
    说明:  数据结构与算法科目的课程设计,注释较多,简单易懂。 其中使用链表实现了学号、宿舍号的折半查找。 姓名查找使用原创的中文字符的哈希查找算法,还算有趣,可以参考参考。 本可以用数据库进行数据存储,由于作者的懒惰,将信息直接存进磁盘了。(Data structure and algorithm course design, notes more, easy to understand. The linked list is used to realize the half search of student number and dormitory number. Name search using the original Chinese character hash search algorithm, is also interesting, you can refer to. This can use database for data storage, because of the author's laziness, the information directly into the disk.)
    2021-04-29 01:54:46下载
    积分:1
  • HP DMI Tool
    修复惠普笔记本升级bios导致的product information not valid(hp to fix product information not valid_hp notebook)
    2020-11-13 09:49:43下载
    积分:1
  • MATLAB_Seam_Carving
    seam carving for image resizing
    2021-04-15 22:18:54下载
    积分:1
  • GeoDa Software
    说明:  地理空间处理,功能全面。目前本软件版本较多,这是使用过的最稳定、最全面的软件(Geospatial Processing, Full Function)
    2019-01-18 15:58:18下载
    积分:1
  • Toolbox of time-frequency analysis for MATLAB
    时频分析工具箱,内容很全面,欢迎大家一起交流学习(The time frequency analysis toolbox, the content is very comprehensive, welcome everybody to exchange study together)
    2018-02-02 09:43:09下载
    积分:1
  • 城区地价动态监测与基准地价更新系统
    以江苏丰县为例,展示了城区基准地价更新监测系统。 需要自行添加使用区域地价数据库(ArcGIS制作)。(Taking Jiangsu Fengxian County as an example, shows the monitoring system of the urban standard land price update. Need to add the use of regional land database (ArcGIS).)
    2017-11-02 11:13:00下载
    积分:1
  • MASWaves-version1-07-2017
    说明:  主要用来进行面波频散与反演分析。案例主要是用了冰岛的一个案例。(mainly to disperse the curve of surface wave and inversion.)
    2020-12-13 19:47:31下载
    积分:1
  • cljs
    说明:  使用IEEE33节点配电网前推回代潮流计算程序(IEEE33 node distribution network forward push back generation power flow calculation program)
    2019-11-18 10:42:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载