diff options
| author | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 20:09:43 +0100 |
|---|---|---|
| committer | dario-loi <loi.1940849@studenti.uniroma1.it> | 2024-11-24 20:09:43 +0100 |
| commit | 274cacc5fadb3c3a220b833f027eee47cbda824c (patch) | |
| tree | 57710b18aa488a42e9922adf70a3d7657d2c85a2 /examples/empty_example.c | |
| parent | 064f53407750371bbe30c74d5abbb36255f7a5b0 (diff) | |
Worked on minor changes for warnings
Diffstat (limited to 'examples/empty_example.c')
| -rw-r--r-- | examples/empty_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/empty_example.c b/examples/empty_example.c index 09f7d88..352824a 100644 --- a/examples/empty_example.c +++ b/examples/empty_example.c @@ -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); } |
