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:17:47 +0100 |
| commit | e416c072833477d1e50a036414100f7b75d5e1be (patch) | |
| tree | c0885f1ba0df4493aab803cc9048b812a3f5c920 /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); } |
