You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
toaster-oven-bluepill/Lib/ufb/Inc/ufb/framebuffer_config.h

9 lines
178 B

1 year ago
#ifndef FRAMEBUFFER_CONFIG_H
#define FRAMEBUFFER_CONFIG_H
/* Tiny framebuffer - size of the big actual OLED */
#define FBW 64
#define FBH 128
1 year ago
#endif /* FRAMEBUFFER_CONFIG_H */