sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

Update RA8875.cpp #95

Closed M-rTom closed 8 years ago

M-rTom commented 8 years ago

Drawing a line of (400,240, 401,241) cannot happen since (x1 - x0 == 1) && (y1 - y0 == 1)

sumotoy commented 8 years ago

Fixed manually without merge