X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Fdisplay.c;h=1d6af1a0eb2ae2785a9af75d7e1bbfed9f990a4c;hp=fad0804e5a5bfc477885791db874dbcf14d4247b;hb=00632c1df2040d4ee30ff8a9420489f7adfe9963;hpb=f5d11f33a187c85b54153b97682b2d33ba426176 diff --git a/betty/display.c b/betty/display.c index fad0804..1d6af1a 100644 --- a/betty/display.c +++ b/betty/display.c @@ -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;