only foo
[my-code/arm.git] / betty / display.c
index fad0804..1d6af1a 100644 (file)
@@ -27,8 +27,10 @@ void display_init(void) {
        /* configure the ext mem bank interface */
        BCFG1=0x00000c42;
 
-       DISPLAY_SOFT_RESET;
+       DISPLAY_EXIT_POWER_SAVE;
 
+       /* reset the display, wait until its up again */
+       DISPLAY_SOFT_RESET;
        pause(0xffffff);
 
        DISPLAY_START_OSCILLATOR;