mrobe500: fix yellow in a24142b234
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit e8daf314be1c4dc6d6b87aeadd60fbd4707ebe29 Author: Solomon Peachy <[email protected]> Date: Fri Mar 6 16:24:13 2026 -0500 mrobe500: fix yellow in a24142b234 LCD_FUDGE is now defined in the cpu header, as it's needed for memory layouts. Change-Id: I3a91581286cb7765f8217da34c6c87c15e74b399 diff --git a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c index dcd077eae9..218d616f3b 100644 --- a/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c +++ b/firmware/target/arm/tms320dm320/mrobe-500/lcd-mr500.c @@ -118,17 +118,17 @@ void lcd_enable_composite(bool enable) { IO_GIO_BITCLR2 = 0x80; vidtemp |= 0x2015; - IO_VID_ENC_DCLKCTL = 0x0800; + IO_VID_ENC_DCLKCTL = 0x0800; IO_VID_ENC_DCLKPTN0 = 0x0001; } - + IO_VID_ENC_VMOD = vidtemp; } /* Note this is expecting a screen size of 480x640 or 240x320, other screen * sizes need to be considered for fudge factors */ -#define LCD_FUDGE LCD_NATIVE_WIDTH%32 +//#define LCD_FUDGE LCD_NATIVE_WIDTH%32 /* LCD init - based on code from ingenient-bsp/bootloader/board/dm320/splash.c * and code by Catalin Patulea from the M:Robe 500i linux port -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs