diff options
Diffstat (limited to 'include/atmel_lcd.h')
-rw-r--r-- | include/atmel_lcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/atmel_lcd.h b/include/atmel_lcd.h index fa8aa29454..6993128b1b 100644 --- a/include/atmel_lcd.h +++ b/include/atmel_lcd.h @@ -13,7 +13,8 @@ typedef struct vidinfo { ushort vl_col; /* Number of columns (i.e. 640) */ ushort vl_row; /* Number of rows (i.e. 480) */ - u_long vl_clk; /* pixel clock in ps */ + ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ + u_long vl_clk; /* pixel clock in ps */ /* LCD configuration register */ u_long vl_sync; /* Horizontal / vertical sync */ |