add set_brightness in framebuffer.h (#1659)

old-commit-hash: 8ad1135e80f93b19bb2f0a6b4c7531a9b5eb7d8a
This commit is contained in:
Dean Lee
2020-06-11 01:28:18 +08:00
committed by GitHub
parent 2dfb8db054
commit 0f9202c4b7
5 changed files with 19 additions and 31 deletions
+2
View File
@@ -64,6 +64,8 @@ void framebuffer_swap(FramebufferState *s) {
glfwPollEvents();
}
bool set_brightness(int brightness) { return true; }
void touch_init(TouchState *s) {
printf("touch_init\n");
}