trying to get systemd running to work
Haldean Brown
3 years ago
0 | #!/usr/bin/env python3 | |
1 | ||
0 | 2 | import bibliopixel |
1 | 3 | from bibliopixel import Matrix, Rotation |
2 | 4 | from bibliopixel.drivers.channel_order import ChannelOrder |
164 | 166 | self.led.push_to_driver() |
165 | 167 | |
166 | 168 | if __name__ == "__main__": |
169 | print("starting bitpic with screen ID {}".format(SID)) | |
167 | 170 | bp = Bitpic() |
168 | 171 | bp.main() |