|
@@ -89,7 +89,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
|
|
|
|
|
|
static int blank(struct fbtft_par *par, bool on)
|
|
static int blank(struct fbtft_par *par, bool on)
|
|
{
|
|
{
|
|
- fbtft_par_dbg(DEBUG_BLANK, par, "%s(blank=%s)\n",
|
|
|
|
|
|
+ fbtft_par_dbg(DEBUG_BLANK, par, "(%s=%s)\n",
|
|
__func__, on ? "true" : "false");
|
|
__func__, on ? "true" : "false");
|
|
|
|
|
|
write_reg(par, on ? 0xAE : 0xAF);
|
|
write_reg(par, on ? 0xAE : 0xAF);
|