TOP Contributors

  1. MIKROE (2642 codes)
  2. Alcides Ramos (348 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 (136227 times)
  2. FAT32 Library (69497 times)
  3. Network Ethernet Library (55712 times)
  4. USB Device Library (45997 times)
  5. Network WiFi Library (41640 times)
  6. FT800 Library (40804 times)
  7. GSM click (28789 times)
  8. PID Library (26333 times)
  9. mikroSDK (26061 times)
  10. microSD click (25148 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
Project

Resources Creator

Rating:

5

Author: Antonio Poggi

Last Updated: 2017-01-15

Package Version: 1.0.0.0

Category: TFT

Downloaded: 783 times

Not followed.

License: MIT license  

Tool to create the resource file (.RES) to be loaded on the microSD or to import into the source C code.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Resources Creator" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Resources Creator" changes.

Do you want to report abuse regarding "Resources Creator".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Resources Creator is a graphic application for Windows.

It allows you to create the resource files to be loaded on microSD.

With Resources Creator you can create fonts, you can decide the width
of each character, you can manipulate the character as you wish, you can modify them:
black pixels: click left button on mouse;
white pixels: shift key + click left button on mouse.

You can import each windows system fonts and decide
which characters you want to consider (32..255 range).

Resources Creator exports the font in .RESDATA format.
(See application Aleksandar Vukelic: http://libstock.mikroe.com/projects/view/1479/vtft-resource-editor)
It exports .LCD format (see MIKROE GLCD Font Creator).
It exports the .C format by paste in your source code.

Resources Creator saves your fonts in a .FONT database.


With Resources Creator you can import BITMAP images in different formats:
2 colors for monochrome displays and TFT display (the picture is drawn very quickly)
16 colors for TFT display (the image is drawn quickly)
256 colors for TFT display (the image is drawn in a fairly short time)
24bits colors for TFT display.

Resources Creator exports the bitmap image in the .RESDATA format
respecting and maintaining the number of colors,
It also exports the format for the FT800 graphics controller,
It exports the .C format by paste in your source code.

Resources Creator imports the fonts and images in the .RESDATA format,
to create a single .RES file that can be loaded on the microSD.
It also provides the declarations to be included in the source code,
with the absolute address of each graphical object (fonts and bitmap)
present at the inside of .RES file.

Resources Creator is simple to use and very intuitive.


Thank to Aleksandar Vukelic, who with his applications "VTFT Resource Editor" and 
"CP Font Generator", I was inspired to realize Resources Creator.

Use it and have fun.
Any suggestion is well accepted.

a.poggi@leposnc.it

Screenshots

Screenshots

Screenshots select system Font

View full image
Screenshots

Screenshots

Screenshots set Font range (from 32 to 255)

View full image
Screenshots

Screenshots

Screenshots graphic font and command buttons

View full image
Screenshots

Screenshots

Screenshots File menu graphic Font

View full image
Screenshots

Screenshots

Screenshots Edit menu graphic Font

View full image
Screenshots

Screenshots

Screenshots File menu Bitmap

View full image
Screenshots

Screenshots

Screenshots File menu Declarations graphic objects

View full image

RELATED CODES

LV-MaxSONAR EZ3 Sweeping SONAR on TFT Display

0

This is a fun project with a ST7735 TFT Display, MG90 Servo & LV-MaxSONAR EZ3 analogue SONAR sensor. A MSP430F5529LP micro is used to drive the servo motor in steps and read the SONAR echoes. The SONAR is swept from 0 - 180 degrees and the echoes are displayed on the ST7735 TFT. The code is written with TI's Code Composer Studio.

[Learn More]

Reading numerical data, text, and commands from the Nextion TFT screen

0

Reading numerical data, text, and commands from the Nextion TFT screen Video: https://youtu.be/kXmOIOi1sZA

[Learn More]

[mikromedia 3 PIC32MZ Cap] Slide Switch

0

Simulating a slide switch, known from your smartphone, with components of the Designer library. In this example the attributes of a RoundedBox will be changed, based on the settings of the slide switches. Optimized for the mikromedia 3 for PIC32MZ, but also tested on a Fusion for STM32 v8 with a 4.3" display.

[Learn More]