广州大彩串口屏论坛_大彩开发者交流论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 263|回复: 2

on_press(state,x,y)

[复制链接]

10

主题

15

帖子

118

积分

注册会员

Rank: 2

积分
118
发表于 2024-12-5 09:59:54 | 显示全部楼层 |阅读模式
有没有这个函数的案例
回复

使用道具 举报

0

主题

431

帖子

1250

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1250
发表于 2024-12-5 11:23:45 | 显示全部楼层
TFT3秒无触摸进入待机

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

1

主题

7

帖子

45

积分

新手上路

Rank: 1

积分
45
发表于 2024-12-10 22:26:58 | 显示全部楼层
That example i think this get less resources
counter_timeout = 0
on_sleep = 0

function on_init()
    start_timer(0,1000,0,0)
end

function on_timer(timer_id)
    if timer_id == 0 then
        counter_timeout = counter_timeout+1
        if(counter_timeout == 3)then
            change_screen(1) --sleep page
            set_brightness(0)
        end
    end
end

function on_press(state,x,y)
    counter_timeout = 0
    if(on_sleep == 1)then
        set_brightness(100)
        on_sleep = 0
    end
end
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|广州大彩串口屏论坛_大彩开发者交流论坛

GMT+8, 2024-12-27 03:20 , Processed in 0.040664 second(s), 19 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表