- add hd51; mostly ported from TangoCash's neutrino-mp

This commit is contained in:
vanhofen
2017-10-05 12:52:53 +02:00
committed by Thilo Graf
parent 4f8b891d26
commit 6fe5d269af
30 changed files with 2528 additions and 227 deletions

View File

@@ -36,7 +36,12 @@
#include <driver/pictureviewer/pictureviewer.h>
#include <driver/fontrenderer.h>
#include <neutrino.h>
#if HAVE_COOL_HARDWARE
#include <video_cs.h>
#endif
#if USE_STB_HAL
#include <video_hal.h>
#endif
#include "luainstance.h"
#include "lua_cc_header.h"