Skip to content

Commit

Permalink
stops empty array in Keil
Browse files Browse the repository at this point in the history
  • Loading branch information
prenticedavid committed Jan 11, 2017
1 parent d65a010 commit 63518be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MCUFRIEND_kbv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1882,6 +1882,7 @@ case 0x4532: // thanks Leodino
// 0xF6, 3, 0x01, 0x01, 0x00, //Interface Control needs EXTC=1 MX_EOR=1, TM=0, RIM=0
// 0xB6, 3, 0x0A, 0x82, 0x27, //Display Function [0A 82 27]
// 0xB7, 1, 0x06, //Entry Mode Set [06]
0x36, 1, 0x00, //Memory Access [00] pointless but stops an empty array
};
table8_ads = ILI9329_regValues, table_size = sizeof(ILI9329_regValues);
break;
Expand Down

0 comments on commit 63518be

Please sign in to comment.