登录
首页 » Others » STM32F103驱动SSD1353主控OLED程序 使用硬件SPI+DMA,帧率可达50Hz

STM32F103驱动SSD1353主控OLED程序 使用硬件SPI+DMA,帧率可达50Hz

于 2021-05-06 发布
0 330
下载积分: 1 下载次数: 2

代码说明:

STM32F103驱动SSD1353OLED程序,使用硬件SPI+DMA,帧率50Hz左右

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

发表评论

0 个回复

  • QC-LDPC码的码和译码
    ///请注意:一定要看到最后!关于QC-LDPC码的编码和译码程序,之前上传了编码程序,这个是在其基础上,又添加了译码模块,和一个主程序main.m,主要是看迭代次数或码长或码率对误码率的影响。这个matlab运行时间会有点长,要有耐心。程序和前面的一样,简单易懂!!!切记是运行main.m程序,看清楚奥。//资源如果可以的话,记得好评哦,毕竟是自己辛辛苦苦做出来的。谢谢你们了!
    2021-05-06下载
    积分:1
  • STM32无刷无感电机驱动
    基于STM32R8T6的无刷无感电机驱动,由原子的DMA的ADC基本代码修改而来,主要内容包含在control.c中,外部驱动使用的是BTS7971,使用MOS也行,ADC一直采样判断过零。有电流环控制,但是注释了,修要的把注释去掉就行。代码采用三步启动方法启动电机,有延时30电角度换向,是参考MK电调的说明文档(无刷无感直流电机攻略@timegate墨鸢)代码纯手写,可以私信问我,交流为主,但是我可能不会及时回复。
    2020-12-07下载
    积分:1
  • Simplorer内部培训资料
    Simplorer V9的培训资料,非常详细,一共407页的PDF,看完这个PDF,相信你已经是simplorer高手了。Conventions Used in this GuideGetting HelpAnsoft Technical SupportHelp MenuContext-Sensitive Help1. IntroductionOverview of the Simplorer Interface .........1-32. Creating a New ProjectAbout the three-Phase rectifier2-2Expected Results2-3Using Simplorer to Create and Improve the Design2-4Creating the new project2-5Add the New project2-5Rename the designAdd Design Notes(Optional)Save the New project2-73. Create the rectifier modelCreate the Three-Phase rectifier Schematic. 3-2Choosing, Placing, and Arranging Components onthe schematic she.3-3Connecting the Components3-8Defining Component Properties3-9Property Displays for Components3-13Specifying simulation Outputs.3-16Defining Solution Options and Analysis Parameters3-18Starting an Analysis3-19Plotting Rectifier Model Simulation Results3-204. Hysteresis Current-Controlled DC-Motor Start-UpModify the Rectifier Model Design.4-2Deleting the Resistive/Inductive Load,4-3Saving the sheet with a New Name4-3Place and Arrange the New Components4-4Connect the New Components.,,,,,,4-5Defining dc Machine valuesDefining Mechanical Load4-7Freewheeling Diode4-8Chopper Transistor4-8Controller Modeling using block elements..4-9Modifying Report Elements...4-11Display Diode CharacteristicDefining Simulation Parameters.4-13Starting Simulation(Block Components.4-13Simulation Results(Block Components)... 4-14Controller Modeling Using State Graph Components4-15Connecting the State Graph Components4-16Defining Properties of State Graph Components 4-Using Name References4-19Deactivating Components on the sheet4-19Starting Simulation(State Graph)...4-21Simulation Results(State Graph)4-225. Current and Speed Controlled Dc MotorModify the State graph design5-2Deleting the State GraphSaving the sheet with a New namePlacing and Arranging the New Block Componentson the sheet5-4Connecting the New ComponentsDefining Mechanical Load (Block)Defining the pl controller.........5-8Starting Simulation..5-12Adding a Rectangular Plot(Pl Controller)... 5-13Adjusting Plot Properties.5-14Checking the block Sequence..5-16Using Automatic Block Sorting5-16Using Manual Block Sorting5-16Rerun the Simulation(PI Controller)Simulation Results(PI Controller)5-176. Using VHDL-AMS Components forModelingVHDL-AMS Components,,,,.6-2Modify the pl controller Design.6-3Save the project with a new name6-3Delete the dc Machine component6-4Placing and Arranging the New VHDL-AMs Components on the sheet6-4Connecting the New VHDL-AMS Components 6-4Defining VHDL-AMS DC Machine values6-4Defining Connections for Machine Current..6-5Defining Simulation ParametersAnalyze and Display Simulation Results(VHDLAMS6-67. Variants of PWM ModelingPWM Modeling Overview7-2Create a New Project for the pWm models ..7-3Setting Initial ConditionsPWM Modeling Using EquationsDefining Simulation Parameters7-4Displaying Simulation Results with Reports 7-4Simulation results 7-6PWM Modeling with Equations and Time Function7-6PWM Modeling with State Graph Components 7-8Place and arrange the components on the sheet7-8Define Component properties翻国7-9PWM Modeling with Block Diagram Components 7Placing and Arranging the Components on theSheet7-118. Importing Legacy SchematicsTranslating a Legacy Schematic..8-2Importing the legacy Schematic8-2Starting an analysis...,,8-6Plotting Simulation Results8-7Estimated time tooplete this guide45 minutes
    2020-11-27下载
    积分:1
  • HBase为数据库的web系统
    随着海量数据和云计算的发展,Hadoop集群得到了越来越广泛的应用。而HBase作为Hadoop集群的数据库同样在很多场景中大显身手。同样Hadoop集群的稳定性需要得到实时的监控。存储资源、计算资源、网络资源等发生阻塞或者错误需要及时告知集群管理员。本文实现了基于HBase的网站告警系统。本文中所开发的系统分为告警记录显示、告警记录查询、告警记录确认、告警记录入库、告警记录删除等模块。本文依照需求分析、概要设计、详细设计的软件开发步骤实现了一个基于HBase的网络告警系统。
    2021-05-06下载
    积分:1
  • LayoutIt Bootstrap3
    好用的bootstrap可视化布局工具,从左侧栏中直接拖住模块放置到右栏既可创建布局,轻松创建响应式网页。
    2020-11-30下载
    积分:1
  • python基础代码大全
    python代码大全,适用于基础python学习者,里面的代码基本上是基础学习者必经过程。Python学习入门很快,但学习之路任重道远
    2020-06-28下载
    积分:1
  • 基于Fluent喷嘴的流场数值模拟分析与结构改进
    基于Fluent喷嘴的流场数值模拟分析与结构改进
    2020-12-10下载
    积分:1
  • 双馈感应风力发电机动态模型的研究
    关于风力发电机,用matlab 建模和仿真 ,有详细的模型和仿真图
    2020-12-12下载
    积分:1
  • k均值聚类分析matlab代码
    基本思想:首先任意选取K个聚类中心,按最小距离原则将各模式分配到K类的某一类;不断计算聚类中心和调整各模式的类别,最终使各模式到其判属类别中心的距离平方之和最小。
    2020-12-06下载
    积分:1
  • AD2S1210源码
    AD2S1210并行通讯源码,实际运行无数,给想学的朋友一个参考
    2020-11-28下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载