TOP Contributors

  1. MIKROE (2780 codes)
  2. Alcides Ramos (376 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139569 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57258 times)
  4. USB Device Library (47631 times)
  5. Network WiFi Library (43229 times)
  6. FT800 Library (42566 times)
  7. GSM click (29932 times)
  8. mikroSDK (28293 times)
  9. PID Library (26934 times)
  10. microSD click (26309 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

1.8 inches TFT with SPI Interface based on ST7735

Rating:

0

Author: prakob komeswarakul

Last Updated: 2016-03-18

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Graphics & LCD

Downloaded: 2125 times

Followed by: 1 user

License: MIT license  

This is an example of driving 1.8 inches TFT by SPI bit bang method. it use only 5 bits output of mcu.
The Example provide many useful functions such as
- drawline
- drawRectangle
- drawcircle
- fillRectangle
-filCircle
- showPicture
- etc

The example code write with Mikroc Pro for Dspic.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "1.8 inches TFT with SPI Interface based on ST7735" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "1.8 inches TFT with SPI Interface based on ST7735" changes.

Do you want to report abuse regarding "1.8 inches TFT with SPI Interface based on ST7735".

  • Information
  • Comments (1)

Example Blog

Example1

Example1

Using fillRectangle function to draw flag.

View full image
example2

example2

Using show pic function to draw picture

View full image

ALSO FROM THIS AUTHOR

FAT32 using SDIO Library

5

This is an example showing how to create FAT32 file system with SDIO library. Actually , i found this code from MMB+ for STM32 . I think this example will be useful for everyone who being to use this library . :)

[Learn More]