当前位置:网站首页>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边栏推荐
- Cloud XR面临的问题以及Cloud XR主要应用场景
- New and malloc
- Tme2022 campus recruitment background development / operation development / business operation and maintenance / application development written examination (I) a little self analysis of programming q
- Who is responsible for the problems of virtual idol endorsement products?
- UnitTest框架应用
- Introduction to cloud XR and development opportunities of cloud XR in 5g Era
- Which real-time gold trading platform is reliable and safe?
- Principle and implementation of UDP penetration NAT in P2P
- Could not stop Cortex-M device! Please check the JTAG cable solution
- Connect to MySQL using sqldeveloper
猜你喜欢

What scenarios have rust, which is becoming more and more mature, applied?

Why the future of digitalization depends on 3D real-time rendering

What is an IP SSL certificate and how to apply for it?

Construction of Huffman tree

What are the advantages of real-time cloud rendering
![Why is the index in [mysql] database implemented by b+ tree? Is hash table / red black tree /b tree feasible?](/img/1f/a2d50ec6bc97d52c1e7566a42e564b.png)
Why is the index in [mysql] database implemented by b+ tree? Is hash table / red black tree /b tree feasible?

nodejs 简单例子程序之express

Ch582 ble 5.0 uses Le coded broadcast and connection

RedisTemplate解决高并发下秒杀系统库存超卖方案 — Redis事务+乐观锁机制

Take you to a preliminary understanding of multiparty secure computing (MPC)
随机推荐
Is there any inconspicuous but profitable sideline?
imx6 RTL8189FTV移植
mongodb 集群及分片
OV7725 yuv 640*[email protected] 配置文件
OSPF comprehensive experiment
MySQL lost the previous 0 after the decimal number type select
How many points did NPDP pass? How to pass with high scores?
Redis source code and design analysis -- 17. Redis event processing
Error when starting MySQL on Linux
「行话」| 用DevOps高效交付游戏,是种什么体验?
STM32F105RBT6 内部flash调试
go defer与recover简单笔记
C语言 cJSON库的使用
实时云渲染有哪些优势
Introduction to cloud XR and development opportunities of cloud XR in 5g Era
Nineteen year old summary
Ch582 ble 5.0 uses Le coded broadcast and connection
简述冒泡排序与快速排序
The new version of 3dcat v2.1.3 has been released. You can't miss these three function updates!
Creation of unity Bezier curve