Collaboration diagram for Defines:Macros | |
| #define | HAL_GFX_ALIGNX_LEFT (0x00U) |
| Align horizontally to the left. More... | |
| #define | HAL_GFX_ALIGNX_RIGHT (0x01U) |
| Align horizontally to the right. More... | |
| #define | HAL_GFX_ALIGNX_CENTER (0x02U) |
| Align horizontally centered. More... | |
| #define | HAL_GFX_ALIGNX_JUSTIFY (0x03U) |
| Justify horizontally. More... | |
| #define | HAL_GFX_ALIGNX_MASK (0x03U) |
| Horizontal alignment mask. More... | |
| #define | HAL_GFX_ALIGNY_TOP (0x00U) |
| Align vertically to the top. More... | |
| #define | HAL_GFX_ALIGNY_BOTTOM (0x04U) |
| Align vertically to the bottom. More... | |
| #define | HAL_GFX_ALIGNY_CENTER (0x08U) |
| Align vertically centered. More... | |
| #define | HAL_GFX_ALIGNY_JUSTIFY (0x0cU) |
| Justify vertically. More... | |
| #define | HAL_GFX_ALIGNY_MASK (0x0cU) |
| Vertical alignment mask. More... | |
| #define | HAL_GFX_TEXT_WRAP (0x10U) |
| Use text wrapping. More... | |
| #define HAL_GFX_ALIGNX_CENTER (0x02U) |
Align horizontally centered.
Definition at line 65 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNX_JUSTIFY (0x03U) |
Justify horizontally.
Definition at line 66 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNX_LEFT (0x00U) |
Align horizontally to the left.
Definition at line 63 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNX_MASK (0x03U) |
Horizontal alignment mask.
Definition at line 67 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNX_RIGHT (0x01U) |
Align horizontally to the right.
Definition at line 64 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNY_BOTTOM (0x04U) |
Align vertically to the bottom.
Definition at line 69 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNY_CENTER (0x08U) |
Align vertically centered.
Definition at line 70 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNY_JUSTIFY (0x0cU) |
Justify vertically.
Definition at line 71 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNY_MASK (0x0cU) |
Vertical alignment mask.
Definition at line 72 of file hal_gfx_font.h.
| #define HAL_GFX_ALIGNY_TOP (0x00U) |
Align vertically to the top.
Definition at line 68 of file hal_gfx_font.h.
| #define HAL_GFX_TEXT_WRAP (0x10U) |
Use text wrapping.
Definition at line 73 of file hal_gfx_font.h.