Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Manuel Kasten
firmware
Commits
48338ba8
Commit
48338ba8
authored
5 years ago
by
Manuel Kasten
Browse files
Options
Downloads
Patches
Plain Diff
fb16
parent
0c027e6c
No related branches found
No related tags found
No related merge requests found
Pipeline
#3361
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/epicardium.h
+2
-0
2 additions, 0 deletions
epicardium/epicardium.h
with
2 additions
and
0 deletions
epicardium/epicardium.h
+
2
−
0
View file @
48338ba8
...
@@ -1182,6 +1182,8 @@ enum disp_fillstyle {
...
@@ -1182,6 +1182,8 @@ enum disp_fillstyle {
union
disp_framebuffer
{
union
disp_framebuffer
{
/** Coordinate based access (as shown in the example above). */
/** Coordinate based access (as shown in the example above). */
uint8_t
fb
[
DISP_HEIGHT
][
DISP_WIDTH
][
2
];
uint8_t
fb
[
DISP_HEIGHT
][
DISP_WIDTH
][
2
];
/** Coordinate based access to 16bit color value. */
uint16_t
fb16
[
DISP_HEIGHT
][
DISP_WIDTH
];
/** Raw byte-indexed access. */
/** Raw byte-indexed access. */
uint8_t
raw
[
DISP_HEIGHT
*
DISP_WIDTH
*
2
];
uint8_t
raw
[
DISP_HEIGHT
*
DISP_WIDTH
*
2
];
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment