ili9341: added java bindings plus minor fix on python wrap and GFX class collision

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-01-29 16:19:38 -08:00
parent d7f4b76ed0
commit 2d68d707f6
4 changed files with 30 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include <mraa/common.hpp>
#include <mraa/gpio.hpp>
#include <mraa/spi.hpp>
#include <gfx.h>
#include "gfx.h"
// Defines
#define ILI9341_TFTWIDTH 240
@@ -128,7 +128,6 @@
#define ILI9341_PINK 0xF81F
namespace upm {
/**
* @brief ILI9341 LCD library
* @defgroup ili9341 libupm-ili9341