⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fbutils.h

📁 是一个触摸屏的库,它提供诸如去抖/滤波/校准之类的功能,为不同的触摸屏提供了统一的接口.
💻 H
字号:
/* * fbutils.h * * Headers for utility routines for framebuffer interaction * * Copyright 2002 Russell King and Doug Lowder * * This file is placed under the GPL.  Please see the * file COPYING for details. * */extern int xres, yres;int open_framebuffer(void);void close_framebuffer(void);void put_cross(int x, int y, int c);void put_string(int x, int y, char *s, int color);void setcolors(int bgcolor, int fgcolor);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -