Datasheet

EA uniTFT Vorläufig
The same occurs with macros, string files (rather than strings), patterns, buttons (images), sounds, instruments
and fonts. The default folders may never be changed. Sub-folders in the default folders are allowed, however
need to be specified as well in file names.
DATA TYPES
Zur Verwendung von Bild- oder Sounddateien müssen diese umgewandelt beziehungsweise konvertiert wer-
den. Das geschieht automatisch durch die Verwendung der Software uniSKETCH, indem dort die Dateien ein-
gebunden werden.
Das uniTFT kann nur mit folgenden Dateitypen arbeiten:
Dateityp Beschreibung
.evg Format für Vektorgrafiken
.epa Format für animierte Bilder
.epg Format für Pixelgrafiken
.esd Format für Sounddateien
.evf Format für Vektorfonts
.epf Format für Pixelfonts
.epi Format für Pixelinstrumente
.emc Format für Macros ( Das Makro start.emc startet automatisch nach PowerOn oder Reset.)
.txt Format für Stringfiles
Andere Dateiformate können zwar im internen Speicher abgelegt, jedoch nicht vom uniTFT genutzt werden.
FORMATTED STRINGS
Formatted strings rely on the printf” output function of C. It is thereby possible to display a string that, for exam-
ple, contains numerical values of a calculation. The maximum length permitted for any formatted string is 63 cha-
racters.
Designation Character Description
Integer %d Displays number as a string.
Double %f Displays numbers with a decimal place as
a string.
Hexadezimal %x, %X Displays hexadecimal numbers as a string.
A formatted string could look as follows:
#SFP1, 3, 400, 240, 5, "Integer: %d, Float: %.5f, Hexadezimal: %X"; (1+1+1), (3.14159265359), (9+6)
With corresponding text and drawing styles, the result appears as follows:
Technische Änderung vorbehalten.
Wir übernehmen keine Haftung für Druckfehler und Applikationsbeispiele..
Seite 13