protofusion repositories
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
Admin
Repositories
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
protofusion-esp32-template
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ 36aad00d10b4
Branch filter:
default at 36aad00d10b4
default
Location:
protofusion-esp32-template
/
main
/
display.h
Show Full History
Show Authors
36aad00d10b4
73 B
text/plain
Show Annotation
Show as Raw
Download as Raw
Ethan Zonca
Add example code for display and LVGL
1
2
3
4
5
6
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
void
display_init
(
void
);
#endif