summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
* Limit character width to 255 pixelsFrank Gevaerts2009-11-24
* make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...Frank Gevaerts2009-11-24
* FS#10720 - Support for displaying diacritic charactersTomer Shalev2009-11-24
* FS#9721 - No error check after writes in ata.cTorne Wuff2009-11-24
* FS#10798 - unify ata_read_sectors and ata_write_sectorsTorne Wuff2009-11-24
* lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima2009-11-22
* Fix Free and Disk size display when SECTOR_SIZE!=512Frank Gevaerts2009-11-09
* Fix RedKarl Kurbjun2009-11-07
* Fix two width calculationsKarl Kurbjun2009-11-07
* Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun2009-11-07
* Fix same bug as in r23531 in two more drivers (wrong masking of wday)Nils Wallménius2009-11-05
* RTC read of ds1339 of ds3231 weekday Robert Kukla2009-11-05
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
* Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins2009-11-03
* M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length ...Karl Kurbjun2009-11-02
* Improvements to mini2440/UDA1341 audioBob Cousins2009-11-01
* Remove svn:executable from firmwareMichael Chicoine2009-10-31
* Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger2009-10-26
* Save one branch for archs without conditional execution (e.g. coldfire).Jens Arnold2009-10-26
* Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz2009-10-26
* Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold2009-10-26
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz2009-10-20
* Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz2009-10-19
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase2009-10-15
* Replace a couple of magic numbers with the appropriate constants.Rob Purchase2009-10-12
* Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev2009-10-12
* LCD scrolling - reduce one 'if' nesting levelTomer Shalev2009-10-12
* LCD scrolling - fix a typoTomer Shalev2009-10-12
* D2: Reduce binsize a bit by using arrays for the PMU initialisation.Rob Purchase2009-10-11
* Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...Tomer Shalev2009-10-11
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
* D2: The RTC chip needs to be runtime detected.Rob Purchase2009-10-11
* Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz2009-10-11
* Forgot to add 22kHzKarl Kurbjun2009-10-11
* M:Robe 500: Add support for more audio frequencies, initialize and set the to...Karl Kurbjun2009-10-11
* Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase2009-10-10
* as3514 RTC driver: correct calculation, fixes FS#10625Michael Chicoine2009-10-09
* Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...Mohamed Tarek2009-10-09
* Handle text scrolling in RTL.Mohamed Tarek2009-10-09
* D2: Use a common function for reading ADC values from the PMURob Purchase2009-10-08
* Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev2009-10-06
* Use macro to test viewport's RTL flagTomer Shalev2009-10-06
* Implement RTL as a viewport's bit-fieldTomer Shalev2009-10-05
* Fix red: Invert buttons in RTL modeTomer Shalev2009-10-05
* Invert buttons in RTL modeTomer Shalev2009-10-05
* Make iPod Nano 2G audio workMichael Sparmann2009-10-05
* Fix red - bootloaders don't link language supportTomer Shalev2009-10-05
* RTL support in menusTomer Shalev2009-10-05