BEAN NAME
|
BEAN INFO
|
|
|
|
StringList
|
Include a file of strings to the project. |
|
| |
The bean allows include an external string list file (file containing single strings) to the project.
|
|
ExternalFile
|
Include an external binary file to the project. |
|
| |
The ExternalFile bean allows include an external binary file to the project. This is very useful when you need to include tables,
databases, sound files, FPGA contents, etc. to your application.
|
|
BWImage
|
Interface to the two color images. |
|
| |
This bean implements an interface to two color (black & white) images in BMP format.
|
|
COLImage
|
Interface to the RGB color images. |
|
| |
The COLImage implements an interface to RGB color images in BMP format. This bean is designed for using VGAbean.
The bean supports 196 colors (7 grades of a red color, 7 grades of a green color, 4 grades of a blue color).
|
|
TERM
|
Terminal communication - ANSI. |
|
| |
This bean is useful for communicating with a terminal using the ANSI standard communication protocol. It contains basic I/O methods which encapsulate Escape sequences. The Term bean uses inheritance for access the communication interface.
|
|
InterruptVector
|
Interrupt vector handled in user code |
|
| |
This bean is designed for user allocation of any interrupt vector in the CPU
interrupt vector table and eventually initialization of interrupt priority. User
is responsible for correct handling of this interrupt entry.
|