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

8 lines
178 B

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