More bugfixes & initing
[uccvend-snackrom.git] / ROM2 / display_basic.c
index 0526d2f..72d8ac0 100644 (file)
@@ -27,6 +27,8 @@ void display_send_byte(char c) {
        _io_ports[M6811_SPDR] = c;                  /* load SPI with byte */
        while(!(_io_ports[M6811_SPDR]&M6811_SPIE)); /* wait for completion */
        _io_ports[M6811_SPDR];                      /* SPDR read to clear SPIE flag */
+
+       bclr_misc_output(A3800_DISPLAY_WRITE);  /* disable the display clock */
 }
 
 #define DISPLAY_DELAY  100 /* ms to delay between ops - could be tweaked */

UCC git Repository :: git.ucc.asn.au