freemyipod r908 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r907‎ | r908 | r909 >
Date:02:44, 25 March 2014
Author:user890104
Status:new
Tags:
Comment:
Nano 4G: Finally fix a LCD driver bug, thanks to TheSeven
Modified paths:
  • /emcore/trunk/target/ipodnano4g/lcd.c (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano4g/lcd.c
@@ -264,6 +264,7 @@
265265 __asm__ volatile(" nop \n"); // 2 cycles
266266 __asm__ volatile(" nop \n"); // 2 cycles
267267 __asm__ volatile(" nop \n"); // 2 cycles
 268+ __asm__ volatile(" nop \n"); // 2 cycles
268269 __asm__ volatile(" bne displaylcd_dither_x \n");
269270 __asm__ volatile(" add r3, r3, r11 \n");
270271 __asm__ volatile(" subs r12, r12, #1 \n");