Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 09_framebuffer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Tutorial 09 - Framebuffer
=========================

Okay, finaly some eyecandy :-) So far the screen showed the rainbow splash. Now we're about to change the resolution with
Okay, finally some eyecandy :-) So far the screen showed the rainbow splash. Now we're about to change the resolution with
several tags in a single mbox_call, then display a pixmap. I've put a lot of comments for each tag and
argument to help you, see lfb.c. But at the end of the day it's nothing more than filling up an int array
and call mbox_call, really simple. If you wish, you can try to remove or add more tags to the message and
Expand Down