冷酷荔枝

文章
5
资源
0
加入时间
2年10月21天

嵌入式Linux:mangopi-V3s适配一、基础的硬件配置

文章目录一、基础的硬件配置1.1 LCD背光需要重新配置uboot1.2 V3s添加电容屏注释NS2009(电阻屏触摸芯片)相关的设备树代码添加电容屏设备树内核配置1.2 LRADC这里使用了7个按键在licheepi的BSP配置基础上做修改从而用上主线一、基础的硬件配置1.1 LCD背光需要重新配置uboot在licheepi的uboot里面有相关配置:路径:u-boot-3s-current/configs/LicheePi_Zero_800x480LCD_defconfigCONFIG_

Python之Lambda表达式和if not...else用法

# -*- coding: utf-8 -*-print("*******if...else语句*********")#if 条件为真的时候返回if前面内容,否则返回0exp1= lambda x:x+1 if 2==1 else 0print(exp1(2))exp2 = lambda x:x+1 if 1==1 else 0print(exp2(2))print("*******if

ACM会议列表与介绍(2014/05/06)

ConferencesACM SEACM Southeast Regional ConferenceACM Southeast Regional Conference the oldest, continuously running, annual conference of the ACM. ACMSE provides an excellent forum ...