diff options
| author | lvntky <klevent1903@gmail.com> | 2024-11-25 00:46:50 +0300 |
|---|---|---|
| committer | lvntky <klevent1903@gmail.com> | 2024-11-25 00:46:50 +0300 |
| commit | fae9c85ea2d03addf973a1e2192d56c91ec4b348 (patch) | |
| tree | d34c42df9b2a89b1e7b0cb0a0469e793ec9a85e1 /example/red.c | |
| parent | 8aed83d2e77c006eebf21776487f788ef12216de (diff) | |
[refactor] removed redunnat examples
Diffstat (limited to 'example/red.c')
| -rw-r--r-- | example/red.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/example/red.c b/example/red.c deleted file mode 100644 index 7f64dbd..0000000 --- a/example/red.c +++ /dev/null @@ -1,14 +0,0 @@ -#define FBGL_IMPLEMENTATION -#include "../fbgl.h" -#include <stdio.h> - -int main(int argc, char *argv[]) -{ - fbgl_t fb; - fbgl_init("/dev/fb0", &fb); - fbgl_set_bg(&fb, 0xFF0000); - while (1) { - } - - return 0; -} |
