Revision 87ecb68b hw/ssd0303.c

b/hw/ssd0303.c
10 10
/* The controller can support a variety of different displays, but we only
11 11
   implement one.  Most of the commends relating to brightness and geometry
12 12
   setup are ignored. */
13
#include "vl.h"
13
#include "hw.h"
14
#include "i2c.h"
15
#include "console.h"
14 16

  
15 17
//#define DEBUG_SSD0303 1
16 18

  

Also available in: Unified diff