tuupola / hagl_pico_mipi

Raspberry Pi Pico MIPI DCS absraction layer for the HAGL graphics library
MIT License
43 stars 14 forks source link

MIPI_DISPLAY_INVERT setting has no effect #60

Closed tuupola closed 10 hours ago

tuupola commented 2 weeks ago

Currently the MIPI_DISPLAY_INVERT has no effect because it is always defined and code checks only #ifdef and not the value.

See https://github.com/tuupola/pico_effects/issues/10

gamemake-eng commented 2 weeks ago

Just in case you forgot, turns out someone has already made a PR trying to fix the issue.

https://github.com/tuupola/hagl_pico_mipi/pull/53

tuupola commented 10 hours ago

Fixed via https://github.com/tuupola/hagl_pico_mipi/pull/53