index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bmp2rb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
bmp2rb: Add XRGB 32bit native format
Marcin Bukat
1
-5
/
+34
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
1
-11
/
+14
2013-09-08
bmp2rb: Data was written with an incorrect offset.
Thomas Martitz
1
-1
/
+1
2013-09-07
bmp2rb: Fix incorrect left-over comment
Thomas Martitz
1
-1
/
+1
2013-09-07
bmp2rb: Support generating 24bit BMP raw data.
Thomas Martitz
1
-26
/
+68
2011-11-13
Add the ability to create a prefilled struct bitmap along with generated images.
Thomas Martitz
1
-4
/
+35
2010-04-05
Fuzev2: use RGB565SWAPPED (pointed out by amiconn) => 91fps
Rafaël Carré
1
-1
/
+1
2009-08-30
M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, a...
Karl Kurbjun
1
-1
/
+16
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-10
cleanup code for picky compiler warning options
Daniel Stenberg
1
-11
/
+12
2007-01-18
Make RAW option explicitly little-endian and ensure that bmp2rb works the sam...
Dave Chapman
1
-20
/
+20
2007-01-18
Add swap bytes option
Greg White
1
-6
/
+16
2007-01-17
Fix comment
Greg White
1
-17
/
+17
2007-01-17
Add raw file generation
Greg White
1
-4
/
+32
2006-11-10
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
Jens Arnold
1
-3
/
+3
2006-07-28
X5 remote LCD drawing. This will break target linking atm - lcd_remote_update...
Jens Arnold
1
-2
/
+20
2006-04-04
Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...
Jens Arnold
1
-1
/
+1
2006-02-28
open the image in binary mode to work better on windows
Daniel Stenberg
1
-1
/
+6
2006-02-27
Fix stupid padded width calculation bug.
Jens Arnold
1
-1
/
+1
2006-02-21
First attempt at generating and using .h files from bitmaps using bmp2rb. Th...
Dave Chapman
1
-8
/
+53
2006-02-16
Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possib...
Jens Arnold
1
-11
/
+29
2006-02-08
Use 'int' for 32 bit variables in host tools to better run on 64bit archs.
Daniel Stenberg
1
-38
/
+38
2005-11-30
And now also allocates the correct amount
Linus Nielsen Feltzing
1
-1
/
+1
2005-11-30
Now clears the bitmap properly beforte converting
Linus Nielsen Feltzing
1
-1
/
+1
2005-11-15
Add output format for the ipod's byte-swapped rgb565
Dave Chapman
1
-1
/
+11
2005-11-14
Added 16-bit RGB format to bmp2rb
Linus Nielsen Feltzing
1
-11
/
+39
2005-07-28
bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs in...
Jens Arnold
1
-33
/
+49
2005-07-07
Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in...
Jens Arnold
1
-342
/
+429
2004-12-20
Fixed to allow conversions of 160x128 pictures too.
Daniel Stenberg
1
-9
/
+27
2003-05-21
Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianess
Daniel Stenberg
1
-19
/
+20
2003-03-19
autodetect an ID smarter
Daniel Stenberg
1
-2
/
+9
2002-08-21
we like each line less than 80 characters wide please
Daniel Stenberg
1
-1
/
+3
2002-08-21
now detects 1bit BMP files too and adjusts to that, which makes things
Daniel Stenberg
1
-90
/
+131
2002-08-21
Added newline before EOF.
Mats Lidell
1
-1
/
+1
2002-08-19
made it output valid C code even if given a filename that starts with a
Daniel Stenberg
1
-3
/
+8
2002-08-16
Created.
Mats Lidell
1
-0
/
+374