Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. //znak pro stupen "o"
  2. byte stupen[8] = {
  3.   0b00110,
  4.   0b01001,
  5.   0b00110,
  6.   0b00000,
  7.   0b00000,
  8.   0b00000,
  9.   0b00000,
  10.   0b00000
  11. };