diff options
| author | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 19:06:09 +0100 |
|---|---|---|
| committer | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 19:15:39 +0100 |
| commit | f795c9d0bc73dca2cabb36c1889dc99422549def (patch) | |
| tree | 7a6b8abc927b0ef832d677fd80aa255ca7dd0951 /example/empty_example.c | |
| parent | 8c86cb24ae3b1cbdbe749f228bc62cbbd5cdedfd (diff) | |
| parent | 5881f9997a4d1ffeb2fe87d03fad731dd9cb6a03 (diff) | |
Merge branch 'master' of https://github.com/dario-loi/fbgl
Diffstat (limited to 'example/empty_example.c')
| -rw-r--r-- | example/empty_example.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/empty_example.c b/example/empty_example.c index cbb69c4..8c7d32d 100644 --- a/example/empty_example.c +++ b/example/empty_example.c @@ -1,10 +1,10 @@ #define FBGL_IMPLEMENTATION -//#define FBGL_HIDE_CURSOR +// #define FBGL_HIDE_CURSOR #define FBGL_USE_FREETYPE #include "../fbgl.h" -#include <stdio.h> #include <stddef.h> +#include <stdio.h> int main() { @@ -43,7 +43,7 @@ int main() fprintf(stdout, "ESC pressed\n"); break; } - //fbgl_set_bg(&buffer, i++); // Set background color to + // fbgl_set_bg(&buffer, i++); // Set background color to for (int i = 0x000000; i <= 0xFFFFFF; i++) { fbgl_set_bg(&buffer, i); } |
