From a50a80e1a3bcff9e3c739d796605c10e1f8e8d05 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 8 Nov 2007 06:52:48 +0000 Subject: Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps @30MHz) by handling the serial LCD clock divider. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15524 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5020.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/pp5020.h') diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index 47f73b9f4c..b559aa3665 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -147,6 +147,8 @@ /* clock control */ #define CLOCK_SOURCE (*(volatile unsigned long *)(0x60006020)) +#define MLCD_SCLK_DIV (*(volatile unsigned long *)(0x6000602c)) + /* bits 0..1: Mono LCD bridge serial clock divider: 1 / (n+1) */ #define PLL_CONTROL (*(volatile unsigned long *)(0x60006034)) #define PLL_STATUS (*(volatile unsigned long *)(0x6000603c)) #define ADC_CLOCK_SRC (*(volatile unsigned long *)(0x60006094)) -- cgit v1.2.3