corn/include/fb.h
2024-01-27 05:16:57 -05:00

6 lines
80 B
C

#pragma once
#include <stdint.h>
int fb_init(uint16_t res_x, uint16_t res_y);