Rev 4669 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4669 | Rev 4676 | ||
---|---|---|---|
Line 134... | Line 134... | ||
134 | .addr = 0, |
134 | .addr = 0, |
135 | .offset = 0, |
135 | .offset = 0, |
136 | .x = 640, |
136 | .x = 640, |
137 | .y = 480, |
137 | .y = 480, |
138 | .scan = 2560, |
138 | .scan = 2560, |
139 | .visual = VISUAL_RGB_8_8_8_0, |
139 | .visual = VISUAL_BGR_0_8_8_8, |
140 | }; |
140 | }; |
141 | prop.addr = icp_get_fb_address(); |
141 | prop.addr = icp_get_fb_address(); |
142 | fb_init(&prop); |
142 | fb_init(&prop); |
143 | fb_parea.pbase = ICP_FB; |
143 | fb_parea.pbase = ICP_FB; |
144 | fb_parea.frames = 300; |
144 | fb_parea.frames = 300; |