[PATCH 10/13] staging: fbtft: Use standard MIPI DCS command defines for st7735r

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes --- drivers/staging/fbtft/fb_st7735r.c | 42 ++ 1 file changed, 20 insertions(+), 22 deletions(-) diff --git

[PATCH 10/13] staging: fbtft: Use standard MIPI DCS command defines for st7735r

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes --- drivers/staging/fbtft/fb_st7735r.c | 42 ++ 1 file changed, 20 insertions(+), 22