sumotoy / TFT_ILI9163C

A library for ILI9163C displays for Teensy, Arduino, ESP82266 and more...
169 stars 71 forks source link

A few minor fixes plus a compile on arduino fix #53

Open gunchev opened 7 years ago

gunchev commented 7 years ago

The first change is rewrite of #47 opened on 22 Jul 2016 by alf-ytakada but less intrusive (changed '//hi }' to '/hi/ }' Fix signed int overflow undefined behaviour I guess only affects C++11 and newer (-Wall -Wextra -std=gnu++11) Removed unused function 'testdrawtext' from bigtest.cpp And the last commit is uint/int fix.

gunchev commented 7 years ago

The travis failure is: The command "source <(curl -SLs https://raw.githubusercontent.com/sumotoy/TFT_ILI9163C/tree/Pre-Release-1.0p7/install.sh)" failed and exited with 127 during .