Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
f02b09a3
Commit
f02b09a3
authored
Nov 05, 2022
by
Bodmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ILI9481 init code as in #2120
parent
3c6dab0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
TFT_Drivers/ILI9486_Init.h
TFT_Drivers/ILI9486_Init.h
+8
-2
No files found.
TFT_Drivers/ILI9486_Init.h
View file @
f02b09a3
...
@@ -21,8 +21,14 @@
...
@@ -21,8 +21,14 @@
writedata
(
0x66
);
// 18 bit colour interface
writedata
(
0x66
);
// 18 bit colour interface
#endif
#endif
writecommand
(
0xC2
);
writecommand
(
0xC0
);
// 1100.0000 Power Control 1
writedata
(
0x44
);
writedata
(
0x0E
);
// 0001.0111 ... VRH1
writedata
(
0x0E
);
// 0001.0101 ... VRH2
writecommand
(
0xC1
);
// 1100.0001 Power Control 2
writedata
(
0x41
);
// 0100.0001 . SAP BT
writedata
(
0x00
);
// 0000.0000 ..... VC
writecommand
(
0xC2
);
// 1100.0010 Power Control 3
writedata
(
0x55
);
// nb. was 0x44 0101.0101 . DCA1 . DCA0
writecommand
(
0xC5
);
writecommand
(
0xC5
);
writedata
(
0x00
);
writedata
(
0x00
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment