AMS AS1119 User guide

Type
User guide

AMS AS1119 is a versatile and powerful 144 LED cross-plexing driver with a 320mA charge pump, ideal for creating custom LED displays. With its ability to drive up to 144 LEDs in a matrix configuration and featuring 256-step brightness control and individual LED blinking, the AS1119 offers precise control over each LED's intensity and behavior.

AMS AS1119 is a versatile and powerful 144 LED cross-plexing driver with a 320mA charge pump, ideal for creating custom LED displays. With its ability to drive up to 144 LEDs in a matrix configuration and featuring 256-step brightness control and individual LED blinking, the AS1119 offers precise control over each LED's intensity and behavior.

austriamicrosystems AG
is now
ams AG
The technical content of this austriamicrosystems document is still valid.
Contact information:
Headquarters:
ams AG
Tobelbaderstrasse 30
8141 Unterpremstaetten, Austria
Tel: +43 (0) 3136 500 0
e-Mail: ams_sales@ams.com
Please visit our website at www.ams.com
AS1119 – Application Note
Software Manual
Application Note AN02 – SW Manual
AS1119
144 LED Cross-Plexing Driver with 320mA
Charge-Pump
www.austriamicrosystems.com/AS1119
www.austriamicrosystems.com Revision 1.00 1 - 6
ams AG
Technical content still valid
AS1119 – Application Note
Software Manual
www.austriamicrosystems.com Revision 1.00 2 - 6
1. General Description
This document describes how to use the AS1119 Evaluation Suite Soft
ware in combination with the Demoboard.
The AS1119 Demoboard is available with 3 different LED-Matrix boards.
- 12x12 Matrix, white LED’s (default set-up)
- 8x18 Matrix, white LED’s
- 5x6 Matrix, RGB LED’s
2. Quickstart
Before starting the software make sure that the USB Po
wer supply and the USB box are connected to the
demoboard. After start-up the software is configured (per default) to work with the 12x12 Matrix.
On the first tab ‘Demonstration 12x12 Matrix’ there are one-click-demos. Just click the demonstration you want to
display and it will be shown on the 12x12 Matrix right away. To stop the demonstration, click the Stop Playback
button.
For one-click-demos on the 9x16 Matrix, go to the second tab. T
here some demonstrations for the 9x16 matrix
can be found.
To draw your one movie or frame to display go to the third tab ‘Drawing Tool’.
ams AG
Technical content still valid
AS1119 – Application Note
Software Manual
www.austriamicrosystems.com Revision 1.00 3 - 6
3. Editing and Creating new Demonstrations
In the tab ‘Drawing Tool’ individual frames and movi
es can be drawn and displayed on the AS1119.
3.1 Change LED Matrix
Every LED matrix needs an own *.xml - file. With the button ‘Load XML File’ the different config
uration files for the
LED matrixes can be loaded.
3.1.1 Structure of an *.xml - file
chip i2cAddress: defines the address of the AS1119. 4 devices can be addressed (0x70, 0x72, 0x74 and
0x76);
row
Pos and colPos: define the position of the matrix in the GUI;
nrOfRow
s and nrOfColumns: define the size of the matrix;
nrOfBlocksUsed: define if 2 or
3 matrix setting is used;
LED row
and col: define the positions of the single LEDs in the matrix in the GUI;
isRGB=
”1”: defines the LED as an RGB LED;
hw
PosRed, hwPosGreen and hwPosBlue: is the hardware number of the LED according to the block
structure in the datasheet.
Example:
<ledConfig>
<chip i2cAddress="0x74" rowPos="0" colPos="0">
<matrix nrOfRows="9" nrOfColum
ns="8" nrOfBlocksUsed="2">
<led row="0" col="0" isRGB="1" hwPosRed="15" hwPosGreen="144" hwPosBlue="7"/>
<led row="1" col="0" isRGB="1" hwPosRed="14" hwPosGreen="144" hwPosBlue="6"/>
<led row="2" col="0" isRGB="1" hwPosRed="13" hwPosGreen="144" hwPosBlue="5"/>
<led row="3" col="0" isRGB="1" hwPosRed="12" hwPosGreen="144" hwPosBlue="4"/>
<led row="4" col="0" isRGB="1" hwPosRed="11" hwPosGreen="144" hwPosBlue="3"/>
<led row="5" col="0" isRGB="1" hwPosRed="10" hwPosGreen="144" hwPosBlue="2"/>
<led row="6" col="0" isRGB="1" hwPosRed="9" hwPosGreen="144" hwPosBlue="1"/>
<led row="7" col="0" isRGB="1" hwPosRed="8" hwPosGreen="144" hwPosBlue="0"/>
<led row="8" col="0" isRGB="1" hwPosRed="24" hwPosGreen="144" hwPosBlue="16"/>
<led row="0" col="1" isRGB="1" hwPosRed="31" hwPosGreen="144" hwPosBlue="23"/>
<led row="1" col="1" isRGB="1" hwPosRed="30" hwPosGreen="144" hwPosBlue="22"/>
<led row="2" col="1" isRGB="1" hwPosRed="29" hwPosGreen="144" hwPosBlue="21"/>
<led row="3" col="1" isRGB="1" hwPosRed="28" hwPosGreen="144" hwPosBlue="20"/>
ams AG
Technical content still valid
AS1119 – Application Note
Software Manual
www.austriamicrosystems.com Revision 1.00 4 - 6
3.2 Drawing of frames
After chosen the right configuration table, a matrix field is s
hown. With a left mouse click the according LED can
be put on and off again.
LED Matrix
With the buttons ‘Load’ and ‘Save’ single frames can be saved.
The Block Brightness sliders are setting the analog current for each block. For the 2 block setting slider A and B
are effective and for the 3 block setting all three sliders A, B and C are effective.
With the button ‘All LEDs On’ all available LEDs will be put on. This function can be use as LED test.
Paint Control
With load and save frames drawn framesets could be stored in *.txt files.
With export frames button the frameset
is stored as *.inc file which can be imported into a C-program.
With Load Frames also an *.gif can be imported into the GUI.
Playback
Here the “Playback Speed” of the displayed movie on the A
S1119 can be set. With slider to “1” the time between
the single frames is set to 32.5ms and with “15” the time is set to 487.5ms.
The “Number of Loops” define how often one movie will be repeated. This can be set from on time to endless.
Frame Control
- Cursor buttons: single frames can be selected
- Insert Frame: a single frame can be inserted into a movie
- Delete Frame: the displayed frame can be deleted
- Delete All Frames: all frames will be deleted
- Download Frame: the off line drawn frame or movie will be downloaded to the AS1119
ams AG
Technical content still valid
AS1119 – Application Note
Software Manual
www.austriamicrosystems.com Revision 1.00 5 - 6
Paint Properties
Single Color setting:
The Brightness of every single LED can be set in 256 ste
ps. The single LED also can be set to blink.
RGB setting:
With the color picker (blue box in the picture below) the col
or of the RGB-LED can be chosen. The three
channels of the RGB-LED can be set to blink seperatly.
Misc. Settings
- Enab
le Charge Pump (default: off): The charge pump can be turned on and off by hand
- Enab
le Direct Mode (default: off): The AS1119 will display the frame as soon as one LED is turned in
the GUI.
- Sync On (default: on): If two ore more AS1119 devices are used the needed to be synced. This will be
done automatically if the SW detects two devices in the *.xml file. The first device will be the master and
the other devices will be the slaves.
If the sync in deactivated, it can be shown that the devices are not running with the same clock.
- Load XML File: For every matrix an own *.xml file is needed.
- Init AS1119: With this button t
he AS1119 will be initialized and set to default status. When the USBbox
is connected via CON2 to the Hardware and if the RSTN pin of the AS1119 is connected to the pin 9 of
CON2 a hardware reset is applied before the init is done
- Reset AS1119:
Is only working when the RSTN pin of the AS1119 is connected to the USBbox.
ams AG
Technical content still valid
AS1119 – Application Note
Software Manual
www.austriamicrosystems.com Revision 1.00 6 - 6
Copyright
Copyright © 1997-2010, austriamicrosystems AG, Tobelbad
erstraße 30, 8141 Unterpremstätten - Graz, Austria -
Europe. Trademarks Registered ®. All rights reserved. The material herein may not be reproduced, adapted,
merged, translated, stored, or used without the prior written consent of the copyright owner.
All products and companies mentioned are trademarks or registered trademarks of their respective companies.
Disclaimer
Devices sold by austriamicrosystems AG are covered b
y the warranty and patent indemnification provisions
appearing in its Term of Sale. austriamicrosystems AG makes no warranty, express, statutory, implied, or by
description regarding the information set forth herein or regarding the freedom of the described devices from
patent infringement. Austriamicrosystems AG reserves the right to change specifications and prices at any time
and without notice. Therefore, prior to designing this product into a system, it is necessary to check with
austriamicrosystems AG for current information.
This product is intended for use in normal commercial applications. Applications requiring extended temperature
range, unusual environmental requirements, or hi
gh reliability applications, such as military, medical life-support
or life-sustaining equipment are specifically not recommended without additional processing by
austriamicrosystems AG for each application. For shipments of less than 100 parts the manufacturing flow might
show deviations from the standard production flow, such as test flow or test location.
The information furnished here by austriamicrosystems AG is believed to be correct and accurate. However,
austriamicrosystems AG shall not be liable to recipient or any third party for any damages, including but not
limited to personal injury, property damage, loss of profits, loss of use, interruption of business or indirect,
special, incidental or consequential damages, of any kind, in connection with or arising out of the furnishing,
performance or use of the technical data herein. No obligation or liability to recipient or any third party shall arise
or flow out of austriamicrosystems AG rendering of technical or other services.
Contact Information
Headquarters
austriamicrosystems AG
Tobelbaderstraße 30
A-8141 Unterpremstätten - Graz, Austria
T. +43 (0) 3136 500 0
F. +43 (0) 3136 5692
For Sales Offices, Distributors and Representatives, please visit:
http://www.austriamicrosystems.com/contact
ams AG
Technical content still valid
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7

AMS AS1119 User guide

Type
User guide

AMS AS1119 is a versatile and powerful 144 LED cross-plexing driver with a 320mA charge pump, ideal for creating custom LED displays. With its ability to drive up to 144 LEDs in a matrix configuration and featuring 256-step brightness control and individual LED blinking, the AS1119 offers precise control over each LED's intensity and behavior.

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI