Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: include/dev/display.h

Issue 1755273004: [display] Add DISPLAY_FORMAT_RGB_x111 (Closed) Base URL: https://github.com/littlekernel/lk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | target/dartuinoP0/display/LS013B7DH06.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/dev/display.h
diff --git a/include/dev/display.h b/include/dev/display.h
index 1d170aa2fd1ef1e637f9dc15399ed97747968846..451057374675ea8ab5e167910f36778195b8d6b5 100644
--- a/include/dev/display.h
+++ b/include/dev/display.h
@@ -41,8 +41,9 @@ void display_post_freq_change(void);
#define DISPLAY_FORMAT_RGB_2220 (2)
#define DISPLAY_FORMAT_ARGB_8888 (3)
#define DISPLAY_FORMAT_RGB_x888 (4)
-#define DISPLAY_FORMAT_MONO_1 (5)
-#define DISPLAY_FORMAT_MONO_8 (6)
+#define DISPLAY_FORMAT_RGB_x111 (5)
+#define DISPLAY_FORMAT_MONO_1 (6)
+#define DISPLAY_FORMAT_MONO_8 (7)
struct display_info {
void *framebuffer;
« no previous file with comments | « no previous file | target/dartuinoP0/display/LS013B7DH06.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698