- Examples
- Noise.ino, and XYMatrix.ino.
Definition at line 220 of file Fire2023.h.
220 {
221
222
225 }
226 const uint8_t XYTable[] = {
227 25, 26, 81, 82,
228 25, 27, 81, 83,
229 25, 28, 80, 84,
230 24, 29, 79, 85,
231 23, 30, 78, 86,
232 22, 31, 77, 87,
233 21, 32, 76, 88,
234 20, 33, 75, 89,
235 19, 34, 74, 90,
236 18, 35, 73, 91,
237 17, 36, 72, 92,
238 16, 37, 71, 93,
239 15, 38, 70, 94,
240 14, 39, 69, 95,
241 13, 40, 68, 96,
242 12, 41, 67, 97,
243 11, 42, 66, 98,
244 10, 43, 65, 99,
245 9, 44, 64, 100,
246 8, 45, 63, 101,
247 7, 46, 62, 102,
248 6, 47, 61, 103,
249 5, 48, 60, 104,
250 4, 49, 59, 105,
251 3, 50, 58, 106,
252 2, 51, 57, 107,
253 1, 52, 56, 108,
254 0, 53, 55, 109
255 };
256
258 uint8_t j = XYTable[i];
259 return j;
260}
References HEIGHT, LAST_VISIBLE_LED, WIDTH, x, and y.