HX8347A Display Controller register definitions. More...
Go to the source code of this file.
Defines | |
| #define | GFX_HX_FLIP_X (1 << HX8347A_MX) |
| Bitmask used by gfx_set_orientation to flip X direction. | |
| #define | GFX_HX_FLIP_Y (1 << HX8347A_MY) |
| Bitmask used by gfx_set_orientation to flip Y direction. | |
| #define | GFX_HX_SWITCH_XY (1 << HX8347A_MV) |
| Bitmask used by gfx_set_orientation to switch X and Y corrdinates. | |
HX8347A Display Controller register definitions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file hx8347a_regs.h.
| #define GFX_HX_FLIP_X (1 << HX8347A_MX) |
Bitmask used by gfx_set_orientation to flip X direction.
Definition at line 149 of file hx8347a_regs.h.
Referenced by gfx_set_orientation().
| #define GFX_HX_FLIP_Y (1 << HX8347A_MY) |
Bitmask used by gfx_set_orientation to flip Y direction.
Definition at line 151 of file hx8347a_regs.h.
Referenced by gfx_set_orientation().
| #define GFX_HX_SWITCH_XY (1 << HX8347A_MV) |
Bitmask used by gfx_set_orientation to switch X and Y corrdinates.
Definition at line 153 of file hx8347a_regs.h.
Referenced by gfx_set_orientation().
1.6.3