Create constructor for SimpleTIM

This commit is contained in:
2024-09-28 13:13:00 +02:00
parent 8134979b1c
commit 02838c1228
8 changed files with 12 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ namespace JabyEngine {
const auto bytes_ready = decompress_logo();
// Upload SplashScreen picture
auto state = FileProcessor::create(&__boot_loader_end, SimpleTIM(32, 0, 0, 0));
auto state = FileProcessor::create(&__boot_loader_end, SimpleTIM::create(32, 0, 0, 0));
state.process(bytes_ready);
// Now load the BIOS font to the specified location