Searched refs:matrix (Results 1 – 1 of 1) sorted by relevance
151 static void cfag12864b_format(unsigned char * matrix) in cfag12864b_format() argument160 if (matrix[i * CFAG12864B_WIDTH + in cfag12864b_format()189 unsigned char matrix[CFAG12864B_WIDTH * CFAG12864B_HEIGHT]; in example() local212 memset(matrix, 0, CFAG12864B_WIDTH * CFAG12864B_HEIGHT); in example()215 matrix[j * CFAG12864B_WIDTH + i] = 1; in example()216 cfag12864b_format(matrix); in example()
Completed in 14 milliseconds