SayoriOS  0.3.3
bootscreen.h
1 #pragma once
2 
3 #include <common.h>
4 
5 void bootScreenLazy(bool l);
6 void bootScreenChangeTheme(uint32_t th);
7 uint32_t bootScreenTheme(uint32_t type);
8 void bootScreenClose(uint32_t bg, uint32_t tx);
9 void bootScreenChangeMode(int m);
10 void bootScreenInfo();
12 void bootScreenPaint(char* title);
13 void bootScreenInit(uint32_t count);
void bootScreenInfo()
Выводит во время загрузки служебную информацию BootScreen.
Definition: bootscreen.c:104
void bootScreenPaint(char *title)
Обновить информацию для BootScreen.
Definition: bootscreen.c:149
uint32_t bootScreenTheme(uint32_t type)
Возращает цвет оформления
Definition: bootscreen.c:49
void bootScreenInit(uint32_t count)
Инициализирует BootScreen.
Definition: bootscreen.c:195
void bootScreenChangeTheme(uint32_t th)
Сменить тему BootScreen.
Definition: bootscreen.c:40
void bootScreenClose(uint32_t bg, uint32_t tx)
Завершает работу BootScreen.
Definition: bootscreen.c:84
void bootScreenChangeMode(int m)
Смена режима отображения BootScreen.
Definition: bootscreen.c:97
void bootScreenLazy(bool l)
Включить ленивую загрузку для BootScreen.
Definition: bootscreen.c:31
void bootScreenProcentPaint()
Рисует прогресс-бар для BootScreen.
Definition: bootscreen.c:131
Основные определения ядра