Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
所以爱会消失对不队
project2210132
Commits
7cdd444a
Commit
7cdd444a
authored
1 year ago
by
所以爱会消失对不队
Browse files
Options
Download
Patches
Plain Diff
Upload New File
parent
f68aa97f
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lv_port_disp.h
+57
-0
src/lv_port_disp.h
with
57 additions
and
0 deletions
+57
-0
src/lv_port_disp.h
0 → 100644
+
57
−
0
View file @
7cdd444a
/**
* @file lv_port_disp_templ.h
*
*/
/*Copy this file as "lv_port_disp.h" and set this value to "1" to enable content*/
#if 1
#ifndef LV_PORT_DISP_TEMPL_H
#define LV_PORT_DISP_TEMPL_H
#ifdef __cplusplus
extern
"C"
{
#endif
/*********************
* INCLUDES
*********************/
#if defined(LV_LVGL_H_INCLUDE_SIMPLE)
#include
"lvgl.h"
#else
#include
"lvgl.h"
#endif
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
/**********************
* GLOBAL PROTOTYPES
**********************/
/* Initialize low level display driver */
void
lv_port_disp_init
(
void
);
/* Enable updating the screen (the flushing process) when disp_flush() is called by LVGL
*/
void
disp_enable_update
(
void
);
/* Disable updating the screen (the flushing process) when disp_flush() is called by LVGL
*/
void
disp_disable_update
(
void
);
/**********************
* MACROS
**********************/
#ifdef __cplusplus
}
/*extern "C"*/
#endif
#endif
/*LV_PORT_DISP_TEMPL_H*/
#endif
/*Disable/Enable content*/
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets