Bodmer / TFT_HX8357

Arduino library for HX8357 TFT display
118 stars 52 forks source link

Clearing screen in tft_hx8357 #37

Closed Fallen2504 closed 4 years ago

Fallen2504 commented 4 years ago

Hi What is the command for clearing screen for tft. I tried fillScreen(color) but i deletes every thing from screen. Even what i have typed in void setup.

Bodmer commented 4 years ago

It appears you need to learn how the TFT screens can be used. The TFT_HX8357 library is based on the Adafruit_GFX library so I suggect you read this tutorial. I do not have the time to teach users basic stuff that you should be able to work out by looking at the examples.