summaryrefslogtreecommitdiff
path: root/tools/bmp2rb.c (follow)
Commit message (Expand)AuthorAge
* bmp2rb: Add XRGB 32bit native formatMarcin Bukat2018-06-12
* lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2014-06-21
* bmp2rb: Data was written with an incorrect offset.Thomas Martitz2013-09-08
* bmp2rb: Fix incorrect left-over commentThomas Martitz2013-09-07
* bmp2rb: Support generating 24bit BMP raw data.Thomas Martitz2013-09-07
* Add the ability to create a prefilled struct bitmap along with generated images.Thomas Martitz2011-11-13
* Fuzev2: use RGB565SWAPPED (pointed out by amiconn) => 91fpsRafaël Carré2010-04-05
* M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, a...Karl Kurbjun2009-08-30
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* cleanup code for picky compiler warning optionsDaniel Stenberg2008-04-10
* Make RAW option explicitly little-endian and ensure that bmp2rb works the sam...Dave Chapman2007-01-18
* Add swap bytes optionGreg White2007-01-18
* Fix commentGreg White2007-01-17
* Add raw file generationGreg White2007-01-17
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...Jens Arnold2006-07-28
* Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold2006-04-04
* open the image in binary mode to work better on windowsDaniel Stenberg2006-02-28
* Fix stupid padded width calculation bug.Jens Arnold2006-02-27
* First attempt at generating and using .h files from bitmaps using bmp2rb. Th...Dave Chapman2006-02-21
* Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...Jens Arnold2006-02-16
* Use 'int' for 32 bit variables in host tools to better run on 64bit archs.Daniel Stenberg2006-02-08
* And now also allocates the correct amountLinus Nielsen Feltzing2005-11-30
* Now clears the bitmap properly beforte convertingLinus Nielsen Feltzing2005-11-30
* Add output format for the ipod's byte-swapped rgb565Dave Chapman2005-11-15
* Added 16-bit RGB format to bmp2rbLinus Nielsen Feltzing2005-11-14
* bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs in...Jens Arnold2005-07-28
* Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in...Jens Arnold2005-07-07
* Fixed to allow conversions of 160x128 pictures too.Daniel Stenberg2004-12-20
* Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianessDaniel Stenberg2003-05-21
* autodetect an ID smarterDaniel Stenberg2003-03-19
* we like each line less than 80 characters wide pleaseDaniel Stenberg2002-08-21
* now detects 1bit BMP files too and adjusts to that, which makes thingsDaniel Stenberg2002-08-21
* Added newline before EOF.Mats Lidell2002-08-21
* made it output valid C code even if given a filename that starts with aDaniel Stenberg2002-08-19
* Created.Mats Lidell2002-08-16