summaryrefslogtreecommitdiffstats
path: root/tools/bmp2rb.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-30M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, a...Karl Kurbjun1-1/+16
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-10cleanup code for picky compiler warning optionsDaniel Stenberg1-11/+12
2007-01-18Make RAW option explicitly little-endian and ensure that bmp2rb works the sam...Dave Chapman1-20/+20
2007-01-18Add swap bytes optionGreg White1-6/+16
2007-01-17Fix commentGreg White1-17/+17
2007-01-17Add raw file generationGreg White1-4/+32
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-3/+3
2006-07-28X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...Jens Arnold1-2/+20
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold1-1/+1
2006-02-28open the image in binary mode to work better on windowsDaniel Stenberg1-1/+6
2006-02-27Fix stupid padded width calculation bug.Jens Arnold1-1/+1
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman1-8/+53
2006-02-16Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...Jens Arnold1-11/+29
2006-02-08Use 'int' for 32 bit variables in host tools to better run on 64bit archs.Daniel Stenberg1-38/+38
2005-11-30And now also allocates the correct amountLinus Nielsen Feltzing1-1/+1
2005-11-30Now clears the bitmap properly beforte convertingLinus Nielsen Feltzing1-1/+1
2005-11-15Add output format for the ipod's byte-swapped rgb565Dave Chapman1-1/+11
2005-11-14Added 16-bit RGB format to bmp2rbLinus Nielsen Feltzing1-11/+39
2005-07-28bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs in...Jens Arnold1-33/+49
2005-07-07Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in...Jens Arnold1-342/+429
2004-12-20Fixed to allow conversions of 160x128 pictures too.Daniel Stenberg1-9/+27
2003-05-21Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianessDaniel Stenberg1-19/+20
2003-03-19autodetect an ID smarterDaniel Stenberg1-2/+9
2002-08-21we like each line less than 80 characters wide pleaseDaniel Stenberg1-1/+3
2002-08-21now detects 1bit BMP files too and adjusts to that, which makes thingsDaniel Stenberg1-90/+131
2002-08-21Added newline before EOF.Mats Lidell1-1/+1
2002-08-19made it output valid C code even if given a filename that starts with aDaniel Stenberg1-3/+8
2002-08-16Created.Mats Lidell1-0/+374