Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Just a black full-screen console with some texts printed out in all Ultibo colours. Nothing more

Notifications You must be signed in to change notification settings

mrfatguy/ultibo-console-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Colors

This is a primitive Ultibo / Lazarus IDE project for Raspberry 3A/3B/3B+ that does absolutely nothing except for:

  1. Setting console window to entire screen using CONSOLE_POSITION_FULLSCREEN added in Ultibo core 1.2.073 and thus effectively getting rid of Ultibo's border and title
  2. Making console window all black with white texts using Console unit methods
  3. Printing sample texts in all universal colors (COLOR_*) available in core Ultibo

That's pretty much all...

This project should be used exactly as all other Ultibo projects, i.e.:

  1. Clone this repository to any folder
  2. Copy ConsoleColors.elf and kernel7.img files to any FAT32-formatted SD card
  3. Go to c:\Ultibo\Core\firmware\RPi3 folder (if you have Lazarus IDE)
  4. Get Raspberry Pi 3 firmware files from their GitHub repository otherwise.
  5. Copy armstub32-rpi3.bin, bootcode.bin, fixup.dat and start.elf to SD card
  6. Put that card into Raspberry Pi 3B+ and power it up.

This project was build for my Raspberry Pi 3B+. Should work under other platforms, but I can't guarantee that. And for sure you should copy firmware files corresponding to your platform in this case.

More details in this blog article or in Ultibo FAQ.

About

Just a black full-screen console with some texts printed out in all Ultibo colours. Nothing more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages