added low level flash support
[my-code/arm.git] / betty / display.c
index a5db338..07fb923 100644 (file)
  * functions
  */
 
+void display_init(void) {
+
+       BCFG1=0x00000c42;
+}
+
 void bl_init(void) {
 
        PINSEL0&=~(1<<9|(1<<8));