BYTES_IN_DISPLAY
memset(data_array, 0, BYTES_IN_DISPLAY);
st7920_state->data_array = kmalloc(BYTES_IN_DISPLAY, GFP_KERNEL);