当前位置:网站首页>Use of LCD screen of kendryte k210 on FreeRTOS
Use of LCD screen of kendryte k210 on FreeRTOS
2022-07-25 18:06:00 【smile_ 5me】
K210 Upper lcd The screen of is 8 Bit spi Parallel interface , The model of the screen development board used is JLT32009A, A treasure should be available
It should be noted that if you buy this kind of screen in a treasure , Tend to have 8 Bit and 16 The difference between bits , Businesses will tell you that these are two different screens , But by looking at the specification book of the screen, we will find , As long as the jump resistance can be achieved 8 Bit and 16 Bit switching , There are many resistors on the screen cable , find R8 and R16,R8 Express 8 Bit data signal ,R16 Express 16 Bit data signal .
Then look at the schematic , as follows :

Corresponding project_cfg.h
#ifndef _PROJECT_CFG_H_
#define _PROJECT_CFG_H_
#include <pin_cfg.h>
#define SPI_CHANNEL 0
#define SPI_SLAVE_SELECT 3
#define __SPI_SYSCTL(x, y) SYSCTL_##x##_SPI##y
#define _SPI_SYSCTL(x, y) __SPI_SYSCTL(x, y)
#define SPI_SYSCTL(x) _SPI_SYSCTL(x, SPI_CHANNEL)
#define __SPI_SS(x, y) FUNC_SPI##x##_SS##y
#define _SPI_SS(x, y) __SPI_SS(x, y)
#define SPI_SS _SPI_SS(SPI_C边栏推荐
- Principle and implementation of UDP penetration NAT in P2P
- List conversion problem
- UnitTest框架应用
- Installation and operation instructions of SVN client (TortoiseSVN)
- Memory and packet buffer management of LwIP
- MySQL page lock
- Itextpdf realizes the merging of multiple PDF files into one PDF document
- MySQL lost the previous 0 after the decimal number type select
- Unity 贝塞尔曲线的创建
- 软件测试基础知识(思维导图)
猜你喜欢

2022/7/23

Cloud XR面临的问题以及Cloud XR主要应用场景

Idea integrates common functions of SVN code management

Redistemplate solves the problem of oversold inventory in the seckill system with high speed - redis transaction + optimistic lock mechanism

如何选择数字孪生可视化平台

imx6 RTL8189FTV移植

CVE-2022-33891 Apache spark shell 命令注入漏洞复现

3DCAT v2.1.3新版本发布,这三大功能更新你不容错过!

绘制pdf表格 (二) 通过itext实现在pdf中绘制excel表格样式设置中文字体、水印、logo、页眉、页码

Memory and packet buffer management of LwIP
随机推荐
C语言 cJSON库的使用
Error when starting MySQL on Linux
Why is the index in [mysql] database implemented by b+ tree? Is hash table / red black tree /b tree feasible?
MySQL page lock
C LINQ de Duplication & de duplication sum
Oracle导入出错:IMP-00038: 无法转换为环境字符集句柄
简述聚簇索引、二级索引、索引下推
Mock服务moco系列(三)- 重定向、正则表达式、延迟、模板、事件、分模块设计
MySQL数据库常用命令
Talking about Devops monitoring, how does the team choose monitoring tools?
Auditing related notes
C语言 整数与字符串的相互转换
BL602 开发环境搭建
使用sqldeveloper连接mysql
testng执行顺序的3中控制方法
mysql的小数number类型select之后丢失了前面的0
Keil5 "loading PDSC debug description failed for STMicroelectronics stm32hxxxxxxx" solution
OV7725 yuv 640*[email protected] 配置文件
TESTNG中的并发测试invocationCount, threadPoolSize, timeOut的使用
tkinter GUI版通信录管理系统