TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (358 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 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 (137096 times)
  2. FAT32 Library (70236 times)
  3. Network Ethernet Library (56122 times)
  4. USB Device Library (46434 times)
  5. Network WiFi Library (42073 times)
  6. FT800 Library (41384 times)
  7. GSM click (29114 times)
  8. mikroSDK (26561 times)
  9. PID Library (26489 times)
  10. microSD click (25487 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: 2102 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]