Add viewport capabilities to all the LCD drivers, and adapt scrolling code. This...
commit5449a5b3e82056997c9e36449a248fcf9da12450
authordave <dave@a1c6a512-1295-4272-9138-f99709370657>
Mon, 7 Jan 2008 20:34:11 +0000 (7 20:34 +0000)
committerdave <dave@a1c6a512-1295-4272-9138-f99709370657>
Mon, 7 Jan 2008 20:34:11 +0000 (7 20:34 +0000)
tree2a17823e286e6252e60c44c7f4753d5c18ef5172
parent0d70c4dff0ced9a999d60a93b9e7bd4b26421e45
Add viewport capabilities to all the LCD drivers, and adapt scrolling code.  This is the firmware/ part of FS#8385 - the changes to the WPS code still need more work and will be committed at a later date.  NOTE: There are no user-visible changes with this commit - just the infrastructure.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16018 a1c6a512-1295-4272-9138-f99709370657
12 files changed:
firmware/drivers/lcd-16bit.c
firmware/drivers/lcd-1bit-vert.c
firmware/drivers/lcd-2bit-horz.c
firmware/drivers/lcd-2bit-vert.c
firmware/drivers/lcd-charcell.c
firmware/drivers/lcd-remote-1bit-v.c
firmware/drivers/lcd-remote-2bit-vi.c
firmware/export/lcd-remote.h
firmware/export/lcd.h
firmware/export/scroll_engine.h
firmware/scroll_engine.c
firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c