mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-29 04:50:17 +00:00
fusee: jeez, srsly, kate, include all the files when you commit
This commit is contained in:
parent
0c13e5a2c1
commit
9766cabdef
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ int main(void) {
|
||||||
lfb_base = display_init_framebuffer();
|
lfb_base = display_init_framebuffer();
|
||||||
video_init(lfb_base);
|
video_init(lfb_base);
|
||||||
|
|
||||||
|
// Always enable the backlight _after_ the display is initialized,
|
||||||
|
// to avoid flickering.
|
||||||
|
display_enable_backlight(true);
|
||||||
|
|
||||||
// Say hello.
|
// Say hello.
|
||||||
printk("Welcome to Atmosphere Fusee!\n");
|
printk("Welcome to Atmosphere Fusee!\n");
|
||||||
printk("Using color linear framebuffer at 0x%p!\n", lfb_base);
|
printk("Using color linear framebuffer at 0x%p!\n", lfb_base);
|
||||||
|
|
Loading…
Reference in a new issue