
LCD液晶显示
jinxueHou专栏
当你还不能写出自己满意的程序时,你就不要去睡觉.
展开
-
sprintf数字转化为字符串与LCD12864的数据显示
1、原创 2020-02-07 17:04:43 · 729 阅读 · 0 评论 -
基于状态机的LCD多级菜单设计
文章地址链接1:https://blog.youkuaiyun.com/embedded_guzi/article/details/35835755文章地址链接2:http://eeskill.com/article/id/43857文章地址链接3:https://blog.youkuaiyun.com/cjqqschoolqq/article/details/8701387...转载 2018-10-24 21:31:01 · 5204 阅读 · 0 评论 -
潘多拉开发板STM32L475之LCD与GBK(含GB2312)字体显示
一、GBK字体的内码获取#include <stdio.h>#include <stdint.h>int main(void){ uint8_t *str="国"; //一个中文字体占2个字节 uint8_t p,q; p=*str; //获...原创 2019-08-26 23:45:52 · 2316 阅读 · 0 评论