summaryrefslogtreecommitdiff
path: root/apps/bitmaps/native/SOURCES (follow)
Commit message (Collapse)AuthorAge
* bitmaps: Use *x16.bmp also for upcoming 24bit targets (they are actually ↵Thomas Martitz2014-06-21
| | | | | | 24bit BMPs). Change-Id: I5c7d16ad41e43c26a9ac3e01c52c3ca34a6b7495
* apps/bitmaps: Replace pseudo-native default icons with mono ones.Thomas Martitz2014-01-05
| | | | | | | | | | The old icons looked exactly like the mono version, and all >1 bpp drivers support rendering mono bitmaps. Therefore a mono bitmap can be used which requires less ram. This affects only the builtin icons, not the ones used by cabbiev2. Change-Id: I3b02b5b04fe8b4bcc69e83310871254d336b648a
* Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken2011-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30588 a1c6a512-1295-4272-9138-f99709370657
* Initial framework for the Sandisk Sansa Clip ZipBertrik Sikken2011-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30365 a1c6a512-1295-4272-9138-f99709370657
* Make sure there is a logo for LCD_WIDTH>480 && LCDWIDTH<600 (useful for ↵Frank Gevaerts2011-02-11
| | | | | | 600x1024 LCDs) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29281 a1c6a512-1295-4272-9138-f99709370657
* Fix OndaKarl Kurbjun2009-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21977 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Add Rockbox logo for 640x480 and 480x640.Karl Kurbjun2009-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21976 a1c6a512-1295-4272-9138-f99709370657
* FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100).Barry Wardell2008-05-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17374 a1c6a512-1295-4272-9138-f99709370657
* 128x42x1 Rockbox logo (a copy of the 128x41x1 remote version) for 128 pixel ↵Dave Chapman2008-05-02
| | | | | | wide mono main LCDs - fixes the logo for the iFP (it was using the Archos version), plus preparation for new ports. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17305 a1c6a512-1295-4272-9138-f99709370657
* More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator ↵Jens Arnold2008-03-14
| | | | | | builds and works now, but for some reason it tries to build plugins even though they're deactivated through configure... The keymap probably needs further refinement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16658 a1c6a512-1295-4272-9138-f99709370657
* Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver ↵Mark Arigo2008-01-09
| | | | | | works. The ADC driver was copied from the H10 port (they can probably be combined later), but the battery readings aren't right and it shuts down. The touch pad buttons do not work. Install the bootloader and rockbox the H10 way. Still lots of work to do. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16030 a1c6a512-1295-4272-9138-f99709370657
* Didn't mean to commit that changeKarl Kurbjun2007-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14966 a1c6a512-1295-4272-9138-f99709370657
* Missing keymap commitKarl Kurbjun2007-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14965 a1c6a512-1295-4272-9138-f99709370657
* Sansa c200 port. Rockbox works with sound. Several features are disabled ↵Mark Arigo2007-09-06
| | | | | | including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14625 a1c6a512-1295-4272-9138-f99709370657
* Firewire detection with reboot into diskmode for all iPods that support it ↵Jens Arnold2007-08-01
| | | | | | (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14131 a1c6a512-1295-4272-9138-f99709370657
* Since the greyscale remote deserved an own iconset the greyscale main ↵Marianne Arnold2007-04-17
| | | | | | screens should have one too. (They also had their own viewer icons already.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13197 a1c6a512-1295-4272-9138-f99709370657
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
| | | | | | | http://www.rockbox.org/twiki/bin/view/Main/CustomIcons for info on format and how to load them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13177 a1c6a512-1295-4272-9138-f99709370657
* Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ↵Dave Chapman2007-01-14
| | | | | | simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12008 a1c6a512-1295-4272-9138-f99709370657
* new usb logos for all screens, utilising lcd_bitmap_transparent() on colour ↵Marianne Arnold2006-11-20
| | | | | | displays. It saves some bytes on Archos as a nice side effect git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11560 a1c6a512-1295-4272-9138-f99709370657
* Archos recorders, Ondios: aspect corrected rockbox logo, by Marianne Arnold.Jens Arnold2006-10-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11260 a1c6a512-1295-4272-9138-f99709370657
* Move USB logo to an external (native-depth) bitmap.Dave Chapman2006-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11137 a1c6a512-1295-4272-9138-f99709370657
* Add new build target for iriver H10 5/6Gb.Barry Wardell2006-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
* Properly sized rockbox logo for iPod mini, in greyscale.Jens Arnold2006-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9426 a1c6a512-1295-4272-9138-f99709370657
* first gigabeat commitMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
* Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
* 320x98 Rockbox logo for larger LCDs (currently only iPod 5G).Zakk Roberts2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8725 a1c6a512-1295-4272-9138-f99709370657
* Added (somewhat blurry) boot logo for X5 and made sure it builds logos forDaniel Stenberg2006-01-22
| | | | | | | remote fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt at using bmp2rb in the build system. Don't forget to re-run ↵Dave Chapman2006-01-22
configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8418 a1c6a512-1295-4272-9138-f99709370657