sumotoy / TFT_ILI9163C

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

Photobucket link #65

Open Galbi3000 opened 6 years ago

Galbi3000 commented 6 years ago

Just a very minor issue. In the README.md the Photobucket link is blocked by Photobucket showing an image saying "3rd Party Hosting has been temporarily disabled." Instead of relying on an image hosting site like Photobucket you could just put the photo in the files of the project and link to it via GitHub like I did in my project: https://github.com/Galbi3000/TeamSpeak-3-Monitor-ESP8266

If you save your image (CIMG6810.jpg) in the root of the project then you can use the following link in README.md:

![image](https://github.com/sumotoy/TFT_ILI9163C/blob/master/CIMG6810.jpg)

Or put it in a folder called images and use this link instead:

![image](https://github.com/sumotoy/TFT_ILI9163C/blob/master/images/CIMG6810.jpg)

I think you can see that the /blob/master/ in the URL points to the root folder of your project files in the GitHub pages so any sub folder of your project can be referenced from there :)