diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-18 17:03:14 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-18 17:04:47 +0200 |
commit | ea51d805b934ad53328a14a9864b40f2054ee9d3 (patch) | |
tree | 6563ac425c1f1a172caa56ce34282e29abc9de3a /recipes/psplash/psplash.inc | |
parent | 856f9cecac7237c2dd52a42b64fda070ce76929e (diff) |
psplash: added BUG support
BUG has 3 framebuffers:
fb0 is BUGbase 160x105 monochrome LCD used for fbprogress and BUG menu
fb1, fb2 are used by LCD modules (QVGA resolution)
Diffstat (limited to 'recipes/psplash/psplash.inc')
-rw-r--r-- | recipes/psplash/psplash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc index c1634de8c2..3477229d82 100644 --- a/recipes/psplash/psplash.inc +++ b/recipes/psplash/psplash.inc @@ -8,7 +8,7 @@ RPROVIDES_${PN} = "virtual/psplash" RCONFLICTS_${PN} = "exquisite" PV = "0.0+svnr${SRCREV}" -PR = "r21" +PR = "r22" # You can create your own pslash-hand-img.h by doing # ./make-image-header.sh <file>.png HAND |