Remove display driver dependancies on Kconfig
This commit is contained in:
parent
678779c848
commit
803c58774c
11 changed files with 89 additions and 89 deletions
|
@ -180,7 +180,10 @@ void il3820_set_px_cb(lv_disp_drv_t * disp_drv, uint8_t* buf,
|
|||
BIT_CLEAR(buf[byte_index], 7 - bit_index);
|
||||
}
|
||||
#else
|
||||
#error "Unsupported orientation used"
|
||||
(void)byte_index;
|
||||
(void)bit_index;
|
||||
assert(false); // Crash if we get here, but allow compilation for CI
|
||||
#warning "Unsupported orientation used"
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue