Image to OLED

Converts an ImageBuffer to a 128x64 SSD1306 OLED byte array
Example
let image_buffer: =
from_vec.unwrap;
// get bytes array, specifying the brightness threshold
// as a number between 0 and 255
let byte_array = to_oled_byte_array;