Closed FrankBoesing closed 9 years ago
Would changing from private to protected be enough? Or do they need to become public?
Hi Paul, i think protected is ok :-)
Thank you !
Am 30.04.2015 um 23:25 schrieb Paul Stoffregen:
Would changing from private to protected be enough? Or do they need to become public?
— Reply to this email directly or view it on GitHub https://github.com/PaulStoffregen/ILI9341_t3/issues/7#issuecomment-97972992.
Hi Paul, all low-level functions are private, which makes it impossible to use them for own fast functions without changing the library. For example, for my spectrum-bargraph display it would be good to have an own specialized fillrect function - this is not possible without changing the library code, now.
What do you think ? Would it be possible to remove the "private" ?