登录
首页 » c » 12864stm32驱动

12864stm32驱动

于 2022-03-21 发布 文件大小:2.17 kB
0 66
下载积分: 2 下载次数: 1

代码说明:

整理收集的12864驱动,亲测可用 /* Exported functions declared ---------------------------------------------- */ void LCD12864_Init(void);   //液晶初始化函数 void LCD12864_Clear(void); //液晶清屏 void LCD12864_Display_Words(u8 x, u8 y, u8 *str); //液晶字符显示函数 void LCD12864_Display_Picture(u8 *pic); //液晶图片显示函数

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

发表评论

0 个回复

  • MPU9250
    A program for reading data mpu9250 sensor
    2016-09-22 21:14:40下载
    积分:1
  • TMT New
    说明:  这是个超级信号指标,使用比较直观,对初学者有帮助(This is a super signal indicator, which is more intuitive and helpful for beginners.)
    2019-01-24 19:35:21下载
    积分:1
  • 平衡小车代码
    小车默认搭载的是标准版程序, 没有开启避障、 巡线, 无线模块驱动等功能, 这些功能在顶配版的程序里面有,请同学们根据自己的能力,最好先看完标准版 平衡小车直立部分的程序后,再学习平衡小车的其他功能,谢谢。
    2022-03-05 01:15:13下载
    积分:1
  • QML CPlusePluse 2
    OpenCv QML C++ 的混合编程,实现图处理等功能(QML C++ mixed programming using qquick to develop front-end interface open library and logic layer using C++ development)
    2020-06-23 15:20:01下载
    积分:1
  • C# 显示DataGridView控件中选定的单元格、行和列
    Visual C#显示选择的DataGridView单元格,获取DataGridView控件中选定的单元格、行和列,测试前请连接好数据库,实现此功能核心代码如下:   if (customersDataGridView.AreAllCellsSelected(true))   {    MessageBox.Show("所有单元格已经被选择!", "信息提示",MessageBoxButtons.OK);   }   else   {    System.Text.StringBuilder MyInfo =new System.Text.StringBuilder();    for (int i = 0;    i < MyCount; i++)    {    MyInfo.Append("行号: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].RowIndex.ToString());    MyInfo.Append(", 列号: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].ColumnIndex.ToString());    MyInfo.Append(", 单元格值: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].Value.ToString());    MyInfo.Append(Environment.NewLine);    }    MyInfo.Append("一共选择了: " + MyCount.ToString()+"个单元格");    MessageBox.Show(MyInfo.ToString(), "信息提示", MessageBoxButtons.OK);   }
    2022-03-18 13:11:05下载
    积分:1
  • -the-poker-game
    本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said. Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
    2013-08-19 15:13:48下载
    积分:1
  • ARS_Code
    I purchased an Ultimate Arduino Microcontroller Pack (you can order the pack online at Makershed or buy it at your local RadioShack). The pack comes with an Arduino UNO and ton of components. It would probably be cheaper to buy components as I need them for my projects, but I like the convenience of a starter kit. I also purchased a GPS module Digikey.com and a USB cable (it s too bad that the pack does not include the USB cable). The GPS receiver has a built-in antenna, but getting one with an external antenna would probably work best. From the pack, I ended using the Arduino UNO, the mini breadboard, a few stackable headers, jumper wires and the LCD screen.
    2015-11-04 23:14:47下载
    积分:1
  • 驰海电机旧驱动位置闭环 - 114
    在stm32f407vet6上写的关于驰海电机闭环驱动程序(Closed-loop Driver for Chihai Motor Written on stm32f407vet6)
    2021-05-14 15:30:03下载
    积分:1
  • opencv边缘检测简单例子
    opencv边缘检测简单例子,采用sobel算子、canny算子、laplace算子。 注:需要先设置opencv的路径,已经测试通过。
    2022-04-15 01:39:03下载
    积分:1
  • matlab-junheng
    均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
    2013-08-28 21:52:03下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载