Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362927
b: refs/heads/master
c: b61f232
h: refs/heads/master
i:
  362925: cbe4ab8
  362923: 7c14a66
  362919: 0e6eade
  362911: 7576ee6
v: v3
  • Loading branch information
Heiko Stübner authored and Tomi Valkeinen committed Apr 4, 2013
1 parent 23752fe commit 954904c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd3871aa5c0d108b89858263254b49d9bca2dc53
refs/heads/master: b61f232ff09b6cff22d5186001027438c620da39
8 changes: 8 additions & 0 deletions trunk/drivers/video/auo_k190x.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ static struct panel_info panel_table[] = {
.w = 1024,
.h = 768,
},
[AUOK190X_RESOLUTION_600_800] = {
.w = 600,
.h = 800,
},
[AUOK190X_RESOLUTION_768_1024] = {
.w = 768,
.h = 1024,
},
};

/*
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/video/auo_k190xfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*/
#define AUOK190X_RESOLUTION_800_600 0
#define AUOK190X_RESOLUTION_1024_768 1
#define AUOK190X_RESOLUTION_600_800 4
#define AUOK190X_RESOLUTION_768_1024 5

/*
* struct used by auok190x. board specific stuff comes from *board
Expand Down

0 comments on commit 954904c

Please sign in to comment.