On 06/11/2015 09:50 AM, S.Vieira wrote:
> Hi everyone.
> 
> I am trying show a image with UEFI 
> 
> (i see a example in http://uefi.blogspot.com.br/)
> 
> But does not worked .
> 
> Can help me Somebody   ?!
> 
> 
> Source code of the example:
> 
> http://sourceforge.net/p/syslibforuefi/code/HEAD/tree/trunk/Applications/

I can't comment on the code to which you're referring, but for more
example code, see rEFIt (BSD-licensed) and rEFInd (GPLv3-licensed; I
forked it from rEFIt):

https://sourceforge.net/p/refit/code/HEAD/tree/trunk/refit/
https://sourceforge.net/p/refind/code/ci/master/tree/

In both cases, the BMP code is in the libeg subdirectory, and especially
in the load_bmp.c file. Other files, like screen.c and image.c, hold
more EFI-specific code for image manipulation; the load_bmp.c file has
little or nothing EFI-specific in it.

-- 
Rod Smith
rodsm...@rodsbooks.com
http://www.rodsbooks.com

------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to