TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 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 (136656 times)
  2. FAT32 Library (69884 times)
  3. Network Ethernet Library (55912 times)
  4. USB Device Library (46246 times)
  5. Network WiFi Library (41881 times)
  6. FT800 Library (41120 times)
  7. GSM click (28970 times)
  8. PID Library (26405 times)
  9. mikroSDK (26336 times)
  10. microSD click (25348 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

New Users to V-TFT Project for User Code Tutorial and example Event Counter

Rating:

10

Author: Robert MegaHurts

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: TFT

Downloaded: 2128 times

Followed by: 2 users

License: MIT license  

A project example with tutorial manual and extensive code comments showing how V-TFT project programs layout works. Get users safely placing code where it will work. How to multitask. Custom Digit display gadget. How to add 2 click safety to buttons. PLUS MORE. mBASIC code. PIC32/33EP MMB sources/HEX. PDF manual V3.0

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "New Users to V-TFT Project for User Code Tutorial and example Event Counter" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "New Users to V-TFT Project for User Code Tutorial and example Event Counter" changes.

Do you want to report abuse regarding "New Users to V-TFT Project for User Code Tutorial and example Event Counter".

  • Information
  • Comments (0)

Example Blog

Hi,
This is a V-TFT tutorial example project I made to show users of V-TFT how the program files and code V-TFT makes for a project works and how its User Code Layout design is to be used safely.
The Example project files are in mikroBASIC, but MikroC and mikroPASCAL complier users can see the full V-TFT example projects Main program file and Events_Code project file code listings - with code comments - in the pdf Tutorial Manual.
(Download PDF manuals from links below this text area)

The Tutorial Manual is not a complete reference for V-TFT (yet), but it does have very important information that will guide you to making V-TFT applications that work without making the mistakes I and others made with our first attempts. See pictures below of its contents and news of any updates that will continue to be done as I get new material finished.

The example V-TFT project shows how to use the Button Components to easily display changing numerical data instead of using the Label Component, and in this case, in a unique way as mechanical digit wheels.
You can load it in to V-TFT and see all of the details about how I made it and examine how I used the Layers to organize the objects on the projects single screen.
This example projects also shows how to do simple multitasking of User Code with the V-TFT core code and how you can implement a 2 clicks needed confirmation test to any button.

Also see my tutorial for Button State Management for examples of using pointers to V-TFT objects properties allowing group control of the buttons.
http://www.libstock.com/projects/view/1103/v-tft-button-state-management-tutorial

Full tutorial PDF manual is available at the Examples webpage for download also.

Event Counter Screen version 2

Event Counter Screen version 2

Remade application screen. looks cleaner and funny joke to access expansion bay by removing panel screws.

View full image
Event Counter Tutorial Manual Ver 3 NEW Contents

Event Counter Tutorial Manual Ver 3 NEW Contents

screen capture of new topics listed in manuals table of contents. New graphics, layout, topics. More info in many areas and still same number of pages

View full image
2-Tasks flowchart

2-Tasks flowchart

One of the flowcharts in tutorial manual showing how to multitask with Visual-TFT's generated core code. Many other charts show other flow conditions and example project code show users how V-TFT generated code works and how users merge their code in to m

View full image
New 'main' and 'event_code' colored file breakdown in V2.2.1.

New 'main' and 'event_code' colored file breakdown in V2.2.1.

New sections breaking down the 'main' and 'events_code' files in color. New Files by colors sections with side-by-side code-flowchart graphics. New layout of Version 2.2.1 manual.

View full image
MMB ESC Screens Collection Layers tutorial supplement

MMB ESC Screens Collection Layers tutorial supplement

Collection of MMB V-TFT screens for abandoned ESC project. Now available for examining as supplementary tutorial on Object layering and using the V-TFT Layers to organize a project. Download is above as 'Other Compiler' file. Contains preview images also.

View full image

Small update to dsPIC33EP MMB mBASIC Tutorial Example Files. Version now is 2.1.
11/18/2013 Changes:
Changed Minus [ - ] Button Static property from TRUE to FALSE. (ROM 2 RAM)
Changed Message Component from LABEL to BUTTON Type Object to eliminate full screen redraw to erase message, and change/added code to support in RESET/MINUS  Button routines.
Changed top background Box (for Gradient coloring) to boardered and added panel screws graphics. Added cNORM , cFLASH , MSG_ON , MSG_OFF constants for controling Objects Properties for visual effects. (see code comments for details)
 


Reset Button and Minus Button now blink alternately while waiting for confirmation or cancel TP selection.

 

ALSO FROM THIS AUTHOR

V-TFT + PIC32mmB + mmWorkStationV7 + Click-ADC Example Project

5

V-TFT and mmB PIC32 in mmWSv7 and a Click 4-ch ADC board plugged into socket-1. This V-TFT project gives you control over which channels are active and read and averaging of their inputs from ADC unit. The Basic code files have extended commenting. Also see my V-TFT beginners example Event Counter project with Tutorial PDF Manual.

[Learn More]

My Button-as-a-Label method Examples Demo

5

Demo V-TFT project for PIC32 MMB that shows code examples about using V-TFT Button objects instead of Label objects to display changing alpha-numeric data on a TFT display. Projects code files contain detailed comments for every code example and program operation so everyone (beginners +), can follow and understand what is being done and why.

[Learn More]

V-TFT Button State Management Tutorial

10

Tutorial in mBASIC for PIC32 mmB, How to reuse objects for multiple menu button sets. Making iterated user pointers to objects and their properties. Full PDF tutorial manual in English allows mC and mPASCAL language users to easily study tutorial methods too. Manual Version is now 1.02.

[Learn More]