151-0153 Rabbit Semiconductor, 151-0153 Datasheet - Page 109

no-image

151-0153

Manufacturer Part Number
151-0153
Description
ASSEMBLY - RABBITFLEX CABLES
Manufacturer
Rabbit Semiconductor
Series
RabbitFLEX™r
Datasheet

Specifications of 151-0153

Accessory Type
Cable Assembly
For Use With/related Products
BL300F
Lead Free Status / RoHS Status
Vendor undefined / Vendor undefined
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 151-0153