summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/empty_example.c2
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);
}