1 Star 5 Fork 3

黎宇成/SGGUI20240708

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sdl_lcd.h 292 Bytes
一键复制 编辑 原始数据 按行查看 历史
黎宇成 提交于 2024-07-08 17:56 . 20240708
#ifndef SDL_LCD__H
#define SDL_LCD__H
#include <SDL2/SDL.h>
#include <SDL2/SDL_keyboard.h>
#include <SDL2/SDL_keycode.h>
#include <stdio.h>
int init_SDL2(void);
void SDL_DrawPoint ( int16_t x, int16_t y, uint16_t c );
int get_SDL_Event(void);
void up_lcd(void);
#endif // SDL_LCD__H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li_yucheng/SCGUI20240708.git
git@gitee.com:li_yucheng/SCGUI20240708.git
li_yucheng
SCGUI20240708
SGGUI20240708
master

搜索帮助