fw/app/layer1: unset the inverted attribute of the display after layer1_init()
[osmocom-bb.git] / src / target / firmware / apps / layer1 / main.c
index d918145..385278f 100644 (file)
@@ -69,11 +69,12 @@ int main(void)
        calypso_clk_dump();
        puts(hr);
 
-       display_set_attr(DISP_ATTR_INVERT);
        display_puts("layer1.bin");
 
        layer1_init();
 
+       display_unset_attr(DISP_ATTR_INVERT);
+
        tpu_frame_irq_en(1, 1);
 
        while (1) {