summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c')
-rw-r--r--firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
index e4b36eb9be..241b82983c 100644
--- a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
+++ b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c
@@ -163,7 +163,7 @@ extern void lcd_write_yuv420_lines(fb_data *dst,
163/* Performance function to blit a YUV bitmap directly to the LCD */ 163/* Performance function to blit a YUV bitmap directly to the LCD */
164/* For the Gigabeat - show it rotated */ 164/* For the Gigabeat - show it rotated */
165/* So the LCD_WIDTH is now the height */ 165/* So the LCD_WIDTH is now the height */
166void lcd_yuv_blit(unsigned char * const src[3], 166void lcd_blit_yuv(unsigned char * const src[3],
167 int src_x, int src_y, int stride, 167 int src_x, int src_y, int stride,
168 int x, int y, int width, int height) 168 int x, int y, int width, int height)
169{ 169{
@@ -210,18 +210,6 @@ void lcd_set_invert_display(bool yesno) {
210 // TODO: 210 // TODO:
211} 211}
212 212
213void lcd_blit(const fb_data* data, int bx, int y, int bwidth,
214 int height, int stride)
215{
216 (void) data;
217 (void) bx;
218 (void) y;
219 (void) bwidth;
220 (void) height;
221 (void) stride;
222 //TODO:
223}
224
225void lcd_set_flip(bool yesno) { 213void lcd_set_flip(bool yesno) {
226 (void) yesno; 214 (void) yesno;
227 // TODO: 215 // TODO: