List of options for Pervasive Displays Library Suite - Basic edition.
More...
|
|
#define | hV_LIST_OPTIONS_RELEASE 1001 |
| | Release.
|
| #define | MAX_FONT_SIZE 64 |
| | 4- Maximum number of fonts
|
From header files or from external flash
- Basic edition: 8-bit Terminal font
- Evaluation edition: 16-bit Noto font as header
- Commercial edition: 16-bit Noto font as header
- Viewer edition: 16-bit Noto font as header
- Note
- USE_FONT_HEADER requires addFont()
-
Font Manager requires USE_FONT_HEADER
- Warning
- 8- and 16-bit MCUs may limit the size of the fonts. Use 32-bit MCUs for optimal performance.
|
|
#define | USE_FONT_TERMINAL 1 |
| | Use default Terminal fonts.
|
|
#define | FONT_MODE USE_FONT_TERMINAL |
| | Selected option.
|
- Basic edition: String object
- Evaluation edition: char array
- Commercial edition: String object or char array
- Viewer edition: char array
- Note
- Corresponding type defined at hV_List_Types.h
|
List of options for Pervasive Displays Library Suite - Basic edition.
Project Pervasive Displays Library Suite
Based on highView technology
Content
- 1- List of supported Pervasive Displays screens, deprecated, see drivers
- 2- List of pre-configured boards, see hV_List_Boards.h
- 3- Font mode, internal MCU for basic edition
- 4- Maximum number of fonts
- 5- SRAM memory, internal MCU for basic edition
- 6- Use self for basic edition, not implemented
- 7- Touch mode, activated or not, not implemented
- 8- Haptic feedback mode, not implemented
- 9. Set GPIO expander mode, not implemented
- 10. String object for basic edition
- 11. Set storage mode, not implemented
- 12. Set debug options, not implemented
- 13. Select board, deprecated, see hV_List_Boards
- Date
- 21 Dec 2025
- Version
- 1001
- Copyright
- (c) Pervasive Displays Inc., 2021-2026
-
(c) Etigues, 2010-2026
-
All rights reserved
-
For exclusive use with Pervasive Displays screens
- Basic edition: for hobbyists and for basic usage
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - See also
- https://creativecommons.org/licenses/by-sa/4.0/
Consider the Evaluation or Commercial editions for professionals or organisations and for commercial usage
- Evaluation edition: for professionals or organisations, evaluation only, no commercial usage
All rights reserved
- Commercial edition: for professionals or organisations, commercial usage
All rights reserved
- Viewer edition: for professionals or organisations
All rights reserved
- Documentation
All rights reserved
◆ MAX_FONT_SIZE
4- Maximum number of fonts
With MCU Flash, based on available memory, check performed at compilation
- USE_FONT_TERMINAL: 1..4
- USE_FONT_HEADER: 1..64
With SPI Flash, based on the fonts previously uploaded