diff options
| author | Levent Kaya <levent@dev> | 2025-11-04 12:33:48 +0300 |
|---|---|---|
| committer | Levent Kaya <levent@dev> | 2025-11-04 12:33:48 +0300 |
| commit | 2ce38cae044750a10127e07080168dccc1fe3534 (patch) | |
| tree | 88b8cb290f021a8aeb6d1a8b49701e6f23004659 /examples/red.c | |
| parent | a0f757ca37cb66a0ed34ba59421721bfbd3619cc (diff) | |
[fix] hardcoded fb descriptor fixed
Diffstat (limited to 'examples/red.c')
| -rw-r--r-- | examples/red.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/red.c b/examples/red.c index 8240cf4..12859c3 100644 --- a/examples/red.c +++ b/examples/red.c @@ -5,7 +5,7 @@ int main(void) { fbgl_t fb; - fbgl_init("/dev/fb0", &fb); + fbgl_init(NULL, &fb); fbgl_set_bg(&fb, 0x00FF0000); while (1) { } |
