Translate

Archives

UEFI Utility DisplayBMP Updated to Support More Formats and Scrolling

This post details the changes I made to my DisplayBPM UEFI shell utility to support more formats, better image header checks, and vertical scrolling of screen whenever necessary to fully display the image.

Display BMP Details and Image In UEFI Shell

This is my first cut at a utility to load and display details about a BMP image file as well as the actual image from the UEFI shell.

Check Available Text and Graphic Modes From UEFI Shell

This post provides source code for a simple UEFI shell utility to list the available graphic and text modes for the current screen.

Accessing EDID Information From UEFI Shell

In this post, I demonstrate how to write a UEFI command line utility to retrieve EDID information.