no_leds_at = let hash = Hashtbl.create (columns * rows) in
                     List.iter (fun x_y -> Hashtbl.add hash x_y ()) no_leds_at;
                     hash