summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2009-10-26Save one branch for archs without conditional execution (e.g. coldfire).Jens Arnold
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-20Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz
2009-10-19Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase
2009-10-12Replace a couple of magic numbers with the appropriate constants.Rob Purchase
2009-10-12Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev
2009-10-12LCD scrolling - reduce one 'if' nesting levelTomer Shalev
2009-10-12LCD scrolling - fix a typoTomer Shalev
2009-10-11D2: Reduce binsize a bit by using arrays for the PMU initialisation.Rob Purchase
2009-10-11Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...Tomer Shalev
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev
2009-10-11D2: The RTC chip needs to be runtime detected.Rob Purchase
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz
2009-10-11Forgot to add 22kHzKarl Kurbjun
2009-10-11M:Robe 500: Add support for more audio frequencies, initialize and set the to...Karl Kurbjun
2009-10-10Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase
2009-10-09as3514 RTC driver: correct calculation, fixes FS#10625Michael Chicoine
2009-10-09Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...Mohamed Tarek
2009-10-09Handle text scrolling in RTL.Mohamed Tarek
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase
2009-10-06Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev
2009-10-06Use macro to test viewport's RTL flagTomer Shalev
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev
2009-10-05Invert buttons in RTL modeTomer Shalev
2009-10-05Make iPod Nano 2G audio workMichael Sparmann
2009-10-05Fix red - bootloaders don't link language supportTomer Shalev
2009-10-05RTL support in menusTomer Shalev
2009-10-05Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun
2009-10-05Fix RedKarl Kurbjun
2009-10-05Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun
2009-10-01FS#10226 - isp1583.c code cosmeticsTomer Shalev
2009-10-01FS#9157 - Tidy up some MAS35XX constantsTomer Shalev
2009-09-27Clean up duplicate #includesBertrik Sikken
2009-09-27Fix delta from r22843, due to unintended FP usageRob Purchase
2009-09-26Add a few pixels "dead zone" between the touchscreen grid "buttons", to avoid...Rob Purchase
2009-09-26Add missing parentheses to fix redNils Wallménius
2009-09-26FS#10569 RTC driver cleanupNils Wallménius
2009-09-23Fix red for HAS_SERIAL_REMOTEThomas Martitz
2009-09-23Fix non-hold button and headphone detection target sims.Thomas Martitz
2009-09-23Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz
2009-09-06Sansa c200v2: fix si4700 tuner initialisation to make it work for the c200v2Bertrik Sikken
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-09-02Update Vertical stride so that it's oriented left to right in the destination.Karl Kurbjun
2009-09-01Initial vertical stride LCD driver. Backdrop is inverted with it currently.Karl Kurbjun