Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hn70ap
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
hn70ap
Commits
ab44a62a
Commit
ab44a62a
authored
6 years ago
by
f4grx
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/f4grx/hn70ap
Fix conflicts
parents
f287cf8e
fdef4835
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
apps/libhn70ap/lcd.c
+1
-1
1 addition, 1 deletion
apps/libhn70ap/lcd.c
build/3_ethernet/defconfig
+207
-69
207 additions, 69 deletions
build/3_ethernet/defconfig
build/crypto/defconfig
+1946
-0
1946 additions, 0 deletions
build/crypto/defconfig
with
2154 additions
and
70 deletions
apps/libhn70ap/lcd.c
+
1
−
1
View file @
ab44a62a
...
...
@@ -446,7 +446,7 @@ int hn70ap_lcd_drawstr(int row, int col, char *ch)
{
#ifdef CONFIG_LCD_UPDATE
rect
.
pt1
.
x
=
col
*
8
;
rect
.
pt1
.
y
=
r
ow
*
8
;
rect
.
pt1
.
y
=
c
r
*
8
;
rect
.
pt2
.
x
=
(
cc
*
8
)
+
8
;
rect
.
pt2
.
y
=
rect
.
pt1
.
y
+
8
;
...
...
This diff is collapsed.
Click to expand it.
build/3_ethernet/defconfig
+
207
−
69
View file @
ab44a62a
This diff is collapsed.
Click to expand it.
build/crypto/defconfig
0 → 100644
+
1946
−
0
View file @
ab44a62a
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