index
:
corn
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
fb.h
blob: 2c5ea13e4fda96dd061a2d4798acac7dbe7c6ce9 (
plain
)
1
2
3
4
5
#pragma once
#include
<stdint.h>
int
fb_init
(
uint16_t
res_x
,
uint16_t
res_y
);