dadleyy / htcw_ili9341

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILI9341

A GFX enabled device driver for the ILI9341

This library allows GFX to bind to an ILI9341 display so that you can use it as a draw target.

Documentation for GFX is here: https://www.codeproject.com/Articles/5302085/GFX-Forever-The-Complete-Guide-to-GFX-for-IoT

To use GFX, you need GNU C++14 enabled. You also need to include the requisite library. Your platformio.ini should look something like this:

[env:node32s]
platform = espressif32
board = node32s
framework = arduino
lib_deps = 
	codewitch-honey-crisis/htcw_ili9341@^1.1.5
lib_ldf_mode = deep
build_unflags=-std=gnu++11
build_flags=-std=gnu++14
;            -DESP_WROVER_KIT 
; define above if you're using the Espressif 
; ESP-WROVER-Devkit 4.1  

About

License:Other


Languages

Language:C++ 100.0%