corn/include/fb.h

6 lines
80 B
C
Raw Normal View History

2024-01-27 10:16:57 +00:00
#pragma once
#include <stdint.h>
int fb_init(uint16_t res_x, uint16_t res_y);