add some missing include & fixed display output on sh1104 (#319)

* add some missing include

* Fixed display on SH1106
This commit is contained in:
Tuan PM 2017-01-03 05:40:54 +07:00 committed by sheinz
parent 5eae1664e5
commit 2b915c11c7
6 changed files with 8 additions and 1 deletions

View file

@ -19,6 +19,7 @@
#include "xtensa_ops.h"
#include "esp/rom.h"
#include "esp/uart.h"
#include "esp/dport_regs.h"
#include "espressif/esp_common.h"
#include "esplibs/libmain.h"