summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/s3c2440')
-rw-r--r--firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
index fc8822ba50..0d532f62c9 100644
--- a/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
+++ b/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
@@ -350,7 +350,7 @@ extern void lcd_write_yuv420_lines_odither(fb_data *dst,
350/* Performance function to blit a YUV bitmap directly to the LCD */ 350/* Performance function to blit a YUV bitmap directly to the LCD */
351/* For the Gigabeat - show it rotated */ 351/* For the Gigabeat - show it rotated */
352/* So the LCD_WIDTH is now the height */ 352/* So the LCD_WIDTH is now the height */
353void lcd_yuv_blit(unsigned char * const src[3], 353void lcd_blit_yuv(unsigned char * const src[3],
354 int src_x, int src_y, int stride, 354 int src_x, int src_y, int stride,
355 int x, int y, int width, int height) 355 int x, int y, int width, int height)
356{ 356{
@@ -411,18 +411,6 @@ void lcd_set_invert_display(bool yesno) {
411 // TODO: 411 // TODO:
412} 412}
413 413
414void lcd_blit(const fb_data* data, int bx, int y, int bwidth,
415 int height, int stride)
416{
417 (void) data;
418 (void) bx;
419 (void) y;
420 (void) bwidth;
421 (void) height;
422 (void) stride;
423 //TODO:
424}
425
426void lcd_set_flip(bool yesno) { 414void lcd_set_flip(bool yesno) {
427 (void) yesno; 415 (void) yesno;
428 // TODO: 416 // TODO: