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
21b27258
Unverified
Commit
21b27258
authored
Jan 22, 2023
by
Bodmer
Committed by
GitHub
Jan 22, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update iaw #2341
16 bit shown to work with SPI and ILI9486
parent
c6bcfa9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
TFT_Drivers/ILI9486_Init.h
TFT_Drivers/ILI9486_Init.h
+1
-5
No files found.
TFT_Drivers/ILI9486_Init.h
View file @
21b27258
...
...
@@ -15,11 +15,7 @@
delay
(
120
);
writecommand
(
0x3A
);
#if defined (TFT_PARALLEL_8_BIT) || defined (TFT_PARALLEL_16_BIT) || defined (RPI_DISPLAY_TYPE)
writedata
(
0x55
);
// 16 bit colour interface
#else
writedata
(
0x66
);
// 18 bit colour interface
#endif
writedata
(
0x55
);
// 16 bit colour interface
writecommand
(
0xC0
);
// 1100.0000 Power Control 1
writedata
(
0x0E
);
// 0001.0111 ... VRH1
...
...
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