Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
8d50048c
Commit
8d50048c
authored
7 years ago
by
Sebastian Meiling
Browse files
Options
Downloads
Patches
Plain Diff
drivers: fix doxygen for hd44780
parent
2e6520d7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/hd44780/hd44780.c
+2
-0
2 additions, 0 deletions
drivers/hd44780/hd44780.c
drivers/hd44780/include/hd44780_internal.h
+5
-4
5 additions, 4 deletions
drivers/hd44780/include/hd44780_internal.h
drivers/include/hd44780.h
+1
-1
1 addition, 1 deletion
drivers/include/hd44780.h
with
8 additions
and
5 deletions
drivers/hd44780/hd44780.c
+
2
−
0
View file @
8d50048c
...
...
@@ -16,6 +16,8 @@
* @note The display is also known as LCM1602C from Arduino kits
*
* @author Sebastian Meiling <s@mlng.net>
*
* @}
*/
#include
<assert.h>
...
...
This diff is collapsed.
Click to expand it.
drivers/hd44780/include/hd44780_internal.h
+
5
−
4
View file @
8d50048c
...
...
@@ -35,7 +35,7 @@ extern "C" {
#define HD44780_FUNCTIONSET (0x20)
#define HD44780_SETCGRAMADDR (0x40)
#define HD44780_SETDDRAMADDR (0x80)
/**@}*/
/**
@}
*/
/**
* @brief HD44780 LCD entry modes flags
...
...
@@ -45,7 +45,7 @@ extern "C" {
#define HD44780_ENTRYLEFT (0x02)
#define HD44780_ENTRYSHIFTINCREMENT (0x01)
#define HD44780_ENTRYSHIFTDECREMENT (0x00)
/**@}*/
/**
@}
*/
/**
* @brief HD44780 LCD control flags
...
...
@@ -57,7 +57,7 @@ extern "C" {
#define HD44780_CURSOROFF (0x00)
#define HD44780_BLINKON (0x01)
#define HD44780_BLINKOFF (0x00)
/**@}*/
/**
@}
*/
/**
* @brief HD44780 display and cursor shift flags
...
...
@@ -79,7 +79,7 @@ extern "C" {
#define HD44780_1LINE (0x00)
#define HD44780_5x10DOTS (0x04)
#define HD44780_5x8DOTS (0x00)
/**@}*/
/**
@}
*/
/**
* @brief HD44780 LCD timings
...
...
@@ -98,3 +98,4 @@ extern "C" {
#endif
#endif
/* HD44780_INTERNAL_H */
/** @} */
This diff is collapsed.
Click to expand it.
drivers/include/hd44780.h
+
1
−
1
View file @
8d50048c
...
...
@@ -7,7 +7,7 @@
*/
/**
* @defgroup driver_hd44780 HD44780 LCD driver
* @defgroup driver
s
_hd44780 HD44780 LCD driver
* @ingroup drivers_actuators
* @brief Driver for the Hitachi HD44780 LCD driver
*
...
...
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