Pervasive Displays Library Suite - Reference Manual 9.0.3
Library for Pervasive Displays e-paper screens, extension boards and development kits
|
Bar-code 39 library for Pervasive Displays iTC monochrome and colour screens. More...
Macros | |
#define | hV_CODEBAR39_RELEASE 902 |
Release. | |
Functions | |
bool | codeBar39 (hV_Screen_Virtual *screen, uint16_t x0, uint16_t y0, String text, uint16_t height=32, uint16_t frontColour=myColours.black, uint16_t backColour=myColours.white, bool displayText=false) |
Generate and display a barcode. | |
uint16_t | getSizeCodeBar39 (String text) |
Get the barcode size. | |
Bar-code 39 library for Pervasive Displays iTC monochrome and colour screens.
Project Pervasive Displays Library Suite
Based on highView technology
bool codeBar39 | ( | hV_Screen_Virtual * | screen, |
uint16_t | x0, | ||
uint16_t | y0, | ||
String | text, | ||
uint16_t | height = 32, | ||
uint16_t | frontColour = myColours.black, | ||
uint16_t | backColour = myColours.white, | ||
bool | displayText = false ) |
Generate and display a barcode.
screen | &screen to display the barcode on |
x0 | top-left x coordinate |
y0 | top-left y coordinate |
text | text to convert, string or char array |
height | size of each dot, default = 32 |
frontColour | 16-bit colour, default = black |
backColour | 16-bit colour, default = white |
displayText | display text below, default = false |
uint16_t getSizeCodeBar39 | ( | String | text | ) |
Get the barcode size.
text | text to convert, string or char array |