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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
card10
firmware
Merge requests
!301
portexpander fix (flashlight, display reset)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
portexpander fix (flashlight, display reset)
fleur/firmware:fleur/portexpander_fix
into
master
Overview
4
Commits
2
Pipelines
1
Changes
4
1 unresolved thread
Hide all comments
Closed
fleur
requested to merge
fleur/firmware:fleur/portexpander_fix
into
master
5 years ago
Overview
4
Commits
2
Pipelines
1
Changes
4
1 unresolved thread
Hide all comments
Expand
m-m-m-mask!
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1032b7a1
2 commits,
5 years ago
4 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
epicardium/epicardium.h
+
1
−
1
Options
@@ -1347,7 +1347,7 @@ enum disp_font_name {
* :param posy: y position to print to. 0 <= y <= 80
* :param pString: string to print
* :param fg: foreground color in rgb565
* :param bg: background color in rgb565
* :param bg: background color in rgb565
, no background is drawn if bg==fg
* :return: ``0`` on success or a negative value in case of an error:
*
* - ``-EBUSY``: Display was already locked from another task.
Loading