summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-13Revert "Remove YUV blitting functions and LCD modes"Solomon Peachy1-0/+33
2022-10-03Remove YUV blitting functions and LCD modesAidan MacDonald1-33/+0
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2011-12-21Make more local functions static.Boris Gjenero1-1/+1
2011-01-01Save some binsize in LCD driver of iPod nano 2G. No impact to speed.Andree Buschmann1-44/+25
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration...Andree Buschmann1-1/+1
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. Si...Andree Buschmann1-1/+2
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD i...Andree Buschmann1-5/+5
2010-12-13Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ...Andree Buschmann1-0/+1
2010-12-13FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB scree...Andree Buschmann1-23/+21
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv blitt...Andree Buschmann1-110/+21
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write comma...Andree Buschmann1-175/+90
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and s...Andree Buschmann1-15/+8
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and reductio...Andree Buschmann1-11/+25
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann1-33/+1
2010-12-01Remove tabsAndree Buschmann1-25/+25
2010-11-14iPod Nano 2G LCD sleep: Powering down LDO2 also affects USB, so we can't do t...Michael Sparmann1-854/+658
2010-11-14iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION eventMichael Sparmann1-846/+847
2010-11-14iPod Nano 2G: Implement LCD sleep (FS#11604 by Franz-Josef Haider), adds up t...Michael Sparmann1-30/+460
2010-08-08ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken1-9/+0
2010-03-11Nano2G __dbg_hw_info (courtesy of Franz-Josef Haider)Michael Sparmann1-1/+1
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann1-3/+10
2009-10-08Implemented iPod Nano 2G power_off()Michael Sparmann1-0/+27
2009-10-06Implement lcd_blit_yuv() for the 2nd gen Nano, based on the implementation fo...Dave Chapman1-22/+150
2009-10-04Implement lcd_update_rect()Dave Chapman1-6/+47
2009-09-17Fix unreliable LCD updates on the "type 0" LCD. Plus add some comments and a...Dave Chapman1-2/+18
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman1-0/+9
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman1-85/+77
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman1-29/+66
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman1-20/+54
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman1-0/+142