Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
DMA2D
RGBLCD
STM32H743
正点原子阿波罗H743使用DMA2D后普通刷出现问题
发布于 2025-04-12 17:06:48 浏览:25
订阅该版
正点原子阿波罗H743使用DMA2D后普通刷屏出现问题: 
查看更多
1
个回答
默认排序
按发布时间排序
VENP_3542
17小时前
这家伙很懒,什么也没写!
代码: ```python import utime as time from machine import LCD # Import the LCD class from machine lcd = LCD() # Create a LCD object lcd.light(False) # Close the backlight time.sleep(1) lcd.light(True) # Open the backlight time.sleep(1) lcd.set_color(lcd.WHITE, lcd.BLACK) # Set background color and foreground color lcd.fill(lcd.BLACK) # Fill the entire LCD with black time.sleep(1) lcd.fill(lcd.RED) # Fill the entire LCD with red time.sleep(1) lcd.fill(lcd.GRAY) # Fill the entire LCD with gray time.sleep(1) lcd.fill(lcd.WHITE) # Fill the entire LCD with white time.sleep(1) lcd.pixel(50, 50, lcd.BLUE) # fills the pixels in the (50,50) position with blue time.sleep(1) lcd.text("hello RT-Thread", 0, 0, 16) # prints the string at 16 font size at position (0, 0) time.sleep(1) lcd.text("hello RT-Thread", 0, 16, 24) # prints the string at 24 font size at position (0, 16) time.sleep(1) lcd.text("hello RT-Thread", 0, 48, 32) # prints the string at 32 font size at position (0, 48) time.sleep(1) lcd.line(0, 50, 1023, 50) # Draw a line starting at (0,50) and ending at (239,50) time.sleep(1) lcd.line(0, 50, 1023, 50) # Draw a line starting at (0,50) and ending at (239,50) time.sleep(1) lcd.rectangle(100, 100, 1000, 500) # Draw a rectangle with the top left corner (100,100) and the bottom right corner (200,200) time.sleep(1) lcd.circle(150, 150, 100) # Draw a circle with a radius of 80 at the center (150,150) ```
撰写答案
登录
注册新账号
关注者
0
被浏览
25
关于作者
VENP_3542
这家伙很懒,什么也没写!
提问
1
回答
2
被采纳
0
关注TA
发私信
相关问题
1
STM32H743-st-nucleo BSP 怎么配置PWM?
2
stm32H743 emmc驱动
3
`scons --dist` 之后,缺少.s文件
4
h743iit6的bsp移植以后无法启动
5
stm32h743的LAN8720A驱动编译错误, 不知道怎么改
6
STM32H743移植Finsh组件的相关问题
7
STM32使用C++ 编译报错
8
请问大家有没有遇到过USB识别很慢的情况
9
STM32H743的ADC结构体是否有问题?
10
bsp文件下的stm32h743移植寄存器版结果rt_object_init出错
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
RT-Thread 屏蔽在线软件包的方法
2
RT-Thread OS应用开发实战线上师资培训通知
3
【ci】【github】【bsp】RT-Thread仓库的CI自动编译测试
4
免费解锁MCU超能力!4月AIoT实战培训三城巡演
5
rt-thread主仓 BSP瘦身指南
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
DMA
USB
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
rt-smart
FAL
I2C_IIC
cubemx
ESP8266
WIZnet_W5500
UART
ota在线升级
PWM
BSP
flash
freemodbus
packages_软件包
潘多拉开发板_Pandora
GD32
定时器
ADC
flashDB
编译报错
socket
中断
rt_mq_消息队列_msg_queue
keil_MDK
Debug
SFUD
msh
ulog
C++_cpp
at_device
本月问答贡献
聚散无由
5
个答案
3
次被采纳
RTT_逍遥
4
个答案
2
次被采纳
踩姑娘的小蘑菇
6
个答案
1
次被采纳
a1012112796
4
个答案
1
次被采纳
YZRD
3
个答案
1
次被采纳
本月文章贡献
出出啊
1
篇文章
2
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
7
次点赞
crystal266
2
篇文章
1
次点赞
whj467467222
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部