search for: lssheader

Displaying 5 results from an estimated 5 matches for "lssheader".

Did you mean: lsb_header
2015 Aug 21
2
[PATCH 2/2] core/graphics: fix lss16 parsing
...s3 at gmail.com> --- core/graphics.c | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/core/graphics.c b/core/graphics.c index 1604ab4..011be4a 100644 --- a/core/graphics.c +++ b/core/graphics.c @@ -54,6 +54,9 @@ typedef struct { static lssheader_t LSSHeader; +static uint16_t buffer_empty = 1; +static int buffer; + #define LSSMagic LSSHeader.LSSMagic #define GraphXSize LSSHeader.GraphXSize #define GraphYSize LSSHeader.GraphYSize @@ -114,15 +117,17 @@ static int vgasetmode(void) static inline char getnybble(void) { - char data = get...
2015 Aug 20
4
boot logo via boot.txt
We recently have upgraded syslinux and have noticed that the boot logo code via boot.txt no longer works. I have a couple patches that get it close to working but I appear to be having trouble with color maps. Is there someone would want to help me finish figuring this out? Any interest in the patches I have to fix the rle decoder?
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
...ger fileOffsetBits As Long iSize As Long iWidth As Long iHeight As Long iPlanes As Integer iBitCount As Integer iCompression As Long iSizeImage As Long iXPelsPerMeter As Long iYPelsPerMeter As Long iClrUsed As Long iClrImportant As Long End Type Type lssHeader magic As Long iWidth As Integer iHeight As Integer colors(1 To 16) As RGBColor3 End Type Function PadHex(myByte As Byte) As String Dim tmpStr As String tmpStr = Hex$(myByte) If Len(tmpStr) < 2 Then tmpStr = "0" & tmpStr PadHex = tmpStr End Func...
2014 Oct 30
0
Display graphic from filename broken?
> Hi, > > the display of LSS16 files from a DISPLAY file (as documented in > http://www.syslinux.org/wiki/index.php/SYSLINUX#Display_graphic_from_filename:) > seems heavily broken since syslinux has been converted from assembler to > C. I already discovered one bug in core/include/graphics.h (and > core/graphics.c): the pointer VGAFilePtr is of type uint16_t*, but > should
2014 Oct 30
3
Display graphic from filename broken?
Hi, the display of LSS16 files from a DISPLAY file (as documented in http://www.syslinux.org/wiki/index.php/SYSLINUX#Display_graphic_from_filename:) seems heavily broken since syslinux has been converted from assembler to C. I already discovered one bug in core/include/graphics.h (and core/graphics.c): the pointer VGAFilePtr is of type uint16_t*, but should be plain char*. This bug causes the