| 66 | | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(1 << (j-index))); |
| | 67 | |
| | 68 | //the data of second LED Matrix |
| | 69 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, byte((1 << (j-index)) ^ 0xFF)); |
| | 70 | //shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(1 << (j-index))); |
| | 71 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(data_ascii[0][j+24] )); |
| | 72 | |
| | 73 | //the data of second LED Matrix |
| | 74 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, byte((1 << (j-index)) ^ 0xFF)); |
| | 75 | //shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(1 << (j-index))); |
| | 76 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(data_ascii[0][j+16] )); |
| | 77 | |
| | 78 | //the data of second LED Matrix |
| | 79 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, byte((1 << (j-index)) ^ 0xFF)); |
| | 80 | //shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(1 << (j-index))); |
| | 81 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int(data_ascii[0][j+8] )); |
| | 82 | |
| | 83 | shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, byte((1 << (j-index)) ^ 0xFF)); |
| | 84 | //shiftOut(scan_data_pin, scan_clock_pin, MSBFIRST, int( (1 << (j-index)) ) ); |