20-151-0178 Rabbit Semiconductor, 20-151-0178 Datasheet - Page 109

CABLE CONVERTER RS-232 TO USB

20-151-0178

Manufacturer Part Number
20-151-0178
Description
CABLE CONVERTER RS-232 TO USB
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-151-0178

Accessory Type
USB to RS232 Adapter
Product
Microcontroller Accessories
For Use With/related Products
Rabbit-based Boards
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
20-151-0178
316-1181
6.6.7 LCD
DESCRIPTION
PARAMETERS
RETURN VALUE
SEE ALSO
RabbitFLEX User’s Manual
int flexDispInit(Flex_LCD *lcd, Flex_LCDConf *user_conf);
Initializes the given LCD, optionally using the given user configuration structure. This function
defaults the cursor to off, the backlight to off, and the contrast control to the display's default value.
lcd
user_conf
None.
flexDispCursor
flexDispPrintf
flexDispContrast
Pointer to an LCD data structure.
Pointer to a user-supplied configuration structure for this LCD, or NULL to
use the defaults supplied in the RabbitFLEX board's configuration library.
The structure definition is given as follows.
,
,
flexDispGoto
flexDispOnoff
typedef struct {
} Flex_LCDConf;
char num_cols;
char num_rows;
//Start address of each row (up to 4 rows)
char row_addresses[4];
// Minimum voltage for contrast control
float anaout_contrast_min;
// Maximum voltage for contrast control
float anaout_contrast_max;
// Minimum duty cycle for contrast control
int pwm_contrast_min;
// Maximum duty cycle for contrast control
int pwm_contrast_max;
// Default scaled value for contrast control (0-255)
char def_contrast;
flexDispInit
,
,
www.rabbit.com
flexDispClear
flexDispBacklight
//Columns on the display
//Rows on the display
,
flexDispPutc
,
,
103

Related parts for 20-151-0178