samples: drivers: display: Fix nonsense alignment default A alignment of 1 is also called 'unaligned'. This default causes exceptions on CPUs that use different paths for unaligned and aligned access. Use a sane default that doesnt guarantee a store/access exception. Signed-off-by: Camille BAUD <mail@massdriver.space>