TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (387 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (120 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 (140168 times)
  2. FAT32 Library (72622 times)
  3. Network Ethernet Library (57644 times)
  4. USB Device Library (47957 times)
  5. Network WiFi Library (43553 times)
  6. FT800 Library (42942 times)
  7. GSM click (30140 times)
  8. mikroSDK (28670 times)
  9. PID Library (27057 times)
  10. microSD click (26552 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

Mikromedia Plus for STM32F746ZG RGB led and CAN demo

Rating:

0

Author: Jack Eberson

Last Updated: 2018-01-06

Package Version: 1.1.0.0

Example: 1.0.0.0

Category: TFT

Downloaded: 411 times

Not followed.

License: MIT license  

This project was created as a simple learning projct to get familiar with the VTFT tool and the Mikromedia plus board. It demonstrates the use of the touch display and the the use of the CAN bus interrupt based.

The correct clock scheme is included.

The project was created with MikroC Pro for ARM V6.0.0 with integrated VTFT.

Enjoy!

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Mikromedia Plus for STM32F746ZG RGB led and CAN demo " changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Mikromedia Plus for STM32F746ZG RGB led and CAN demo " changes.

Do you want to report abuse regarding "Mikromedia Plus for STM32F746ZG RGB led and CAN demo ".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

I created this demo to learn how to use VTFT in combination with he MikroC compiler and to use the Mikromedia plus for STM32F7 module with shield. I was new to VTFT so I started investigating ME's demo and tried to make an application from scratch myself.

This demo uses the Mikromedia plus RGB led and the CAN bus interrupt based. The appropriate clock scheme is added in the project folder.

Please feel free to use this demo. Pleae keep in mind this demo is only developed as a learning project. Hope it helps you as well....  

KR, Jack  

RELATED CODES

JPEG direct load from data memory compatible with JPEG Camera

5

This is an adaptation of the JPEG direct load by Stevan Milinkovic. * Load image from data memory. * support of JPEG restart flags. * support of JPEG Camera with V0706 chipset. * Tested on Makromedia for PIC32 board

[Learn More]

TFT Graphics library

25

The basic idea of this project is to provide a rendering images with a transparent background on the TFT display. I developed my concept and algorithm for converting standard image formats in the data arrays that we use in our projects.

[Learn More]

MMB TFT backlight dimmer

1

Code to dim the backlight from the TFT display on the Mikromedia Board. Made for the PIC18FJ board, HW Rev. 1.05 but is easy to adopt. PWM is made with Timer2, the PWM module is not used, although connected to this port. Brightness can be adjusted from 10% to 100% in 10% steps.

[Learn More]