arduino-libraries / TFT

TFT Library for Arduino
http://arduino.cc/
GNU Lesser General Public License v2.1
56 stars 41 forks source link

Replace boolean type with bool in examples #13

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

Replace boolean type with bool in examples

This is part of a move to encourage use of the standard bool type over Arduino's non-standard boolean type alias.

As approved by cmaglie: https://github.com/arduino/Arduino/issues/6657#issuecomment-355597633