reader_mmi_dev.h
资源名称:lread.rar [点击查看]
上传用户:holyzs
上传日期:2022-06-29
资源大小:2335k
文件大小:0k
源码类别:
编辑器/阅读器
开发平台:
C/C++
- #ifndef __READER_MMI_DEV_H__
- #define __READER_MMI_DEV_H__ 1
- //API provided here are only expected to be called by reader_mmi module
- void reader_setpixel(screen_t screen, int x, int y, color_t color);
- void fill_screen(screen_t screen, color_t color);
- void trigger_screen_update(screen_t screen);
- //for bitmap bg support
- void fill_screen_bitmap(screen_t screen, color_t *bmpbuf);
- #endif