summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2-1/+27
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase1-0/+64
2009-10-12Replace a couple of magic numbers with the appropriate constants.Rob Purchase1-4/+4
2009-10-12Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev1-7/+13
2009-10-12LCD scrolling - reduce one 'if' nesting levelTomer Shalev1-34/+34
2009-10-12LCD scrolling - fix a typoTomer Shalev1-1/+1
2009-10-11D2: Reduce binsize a bit by using arrays for the PMU initialisation.Rob Purchase2-57/+91
2009-10-11Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...Tomer Shalev1-0/+1
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev1-1/+1
2009-10-11D2: The RTC chip needs to be runtime detected.Rob Purchase1-0/+87
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz1-2/+7
2009-10-11Forgot to add 22kHzKarl Kurbjun1-0/+3
2009-10-11M:Robe 500: Add support for more audio frequencies, initialize and set the to...Karl Kurbjun1-1/+19
2009-10-10Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase2-1/+143
2009-10-09as3514 RTC driver: correct calculation, fixes FS#10625Michael Chicoine1-1/+1
2009-10-09Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...Mohamed Tarek1-1/+0
2009-10-09Handle text scrolling in RTL.Mohamed Tarek1-4/+5
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase1-0/+23
2009-10-06Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev1-2/+8
2009-10-06Use macro to test viewport's RTL flagTomer Shalev1-1/+1
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev1-10/+1
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-34/+4
2009-10-05Invert buttons in RTL modeTomer Shalev1-4/+34
2009-10-05Make iPod Nano 2G audio workMichael Sparmann1-0/+5
2009-10-05Fix red - bootloaders don't link language supportTomer Shalev1-0/+7
2009-10-05RTL support in menusTomer Shalev1-1/+7
2009-10-05Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun1-4/+0
2009-10-05Fix RedKarl Kurbjun1-0/+2
2009-10-05Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun1-0/+10
2009-10-01FS#10226 - isp1583.c code cosmeticsTomer Shalev1-65/+71
2009-10-01FS#9157 - Tidy up some MAS35XX constantsTomer Shalev1-13/+13
2009-09-27Clean up duplicate #includesBertrik Sikken1-1/+0
2009-09-27Fix delta from r22843, due to unintended FP usageRob Purchase1-2/+2
2009-09-26Add a few pixels "dead zone" between the touchscreen grid "buttons", to avoid...Rob Purchase1-3/+30
2009-09-26Add missing parentheses to fix redNils Wallménius1-2/+2
2009-09-26FS#10569 RTC driver cleanupNils Wallménius12-296/+428
2009-09-23Fix red for HAS_SERIAL_REMOTEThomas Martitz1-1/+1
2009-09-23Fix non-hold button and headphone detection target sims.Thomas Martitz1-1/+1
2009-09-23Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz1-8/+19
2009-09-06Sansa c200v2: fix si4700 tuner initialisation to make it work for the c200v2Bertrik Sikken1-1/+1
2009-09-04iaudio7: Implement udelay, mostly based on D2 port, except Z-clock initializa...Vitja Makarov1-7/+0
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-3/+3
2009-09-02Update Vertical stride so that it's oriented left to right in the destination.Karl Kurbjun1-25/+22
2009-09-01Initial vertical stride LCD driver. Backdrop is inverted with it currently.Karl Kurbjun1-0/+923
2009-08-20fix yellowNils Wallménius1-1/+2
2009-08-18LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into ...Rafaël Carré1-1/+1
2009-08-18LCD_DEPTH == 2, horizontal packing: specify if lcd framebuffer is in iram int...Rafaël Carré1-1/+1
2009-08-18LCD_DEPTH == 2, vertical interleaved : specify if lcd framebuffer is in iram ...Rafaël Carré1-1/+1
2009-08-18LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specifi...Rafaël Carré1-5/+1
2009-08-16FAT timestamp handling improvements for non-RTC targets:Jens Arnold1-45/+54