m5stack / M5Core2

M5Core2 Arduino Library
MIT License
263 stars 115 forks source link

Add flag to toggle offscreen text drawing #60

Closed AaronLi closed 2 months ago

AaronLi commented 3 years ago

This allows you to draw text such that characters that would be drawn cannot be seen since they are offscreen (say, -100)
The functionality is toggled on with #define FORCE_TEXT_ON_SCREEN

Tinyu-Zhao commented 2 years ago

Can you provide an example, I can't show the effect of this PR here