![]() |
Max OS 0.3
|
GIMP generated header file for the kernel logo. More...
Go to the source code of this file.
Macros | |
| #define | LOGO_HEADER_PIXEL(data, pixel) |
| Call this macro repeatedly. After each use, the pixel data can be extracted. | |
Variables | |
| constexpr int | LOGO_WIDTH = 335 |
| Width of the logo in pixels. | |
| constexpr int | LOGO_HEIGHT = 212 |
| Height of the logo in pixels. | |
| #define LOGO_HEADER_PIXEL | ( | data, | |
| pixel | |||
| ) |
Call this macro repeatedly. After each use, the pixel data can be extracted.
Definition at line 21 of file logo.h.
|
constexpr |
Height of the logo in pixels.
Definition at line 18 of file logo.h.
Referenced by MaxOS::drivers::console::VESABootConsole::print_logo(), and MaxOS::drivers::console::VESABootConsole::update_progress_bar().
|
constexpr |
Width of the logo in pixels.
Definition at line 17 of file logo.h.
Referenced by MaxOS::drivers::console::VESABootConsole::print_logo(), and MaxOS::drivers::console::VESABootConsole::update_progress_bar().