example: /dev/fb0 by default

This commit is contained in:
j.turek 2023-04-27 13:46:57 +02:00
parent cf91cda381
commit 75546fef88
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
u8g2_t u8g2;
const char *fb_dev = "/dev/fb2";
const char *fb_dev = "/dev/fb0";
int main(int argc, char **argv)
{