Update comment

This commit is contained in:
Blaz Kristan 2024-09-29 15:19:37 +02:00
parent 8e78fb4caa
commit 0ae73296cf

View File

@ -442,7 +442,7 @@ uint32_t IRAM_ATTR_YN Segment::currentColor(uint8_t slot) const {
#endif #endif
} }
// pre-calculate drawing parameters for faster access // pre-calculate drawing parameters for faster access (based on the idea from @softhack007 from MM fork)
void Segment::beginDraw() { void Segment::beginDraw() {
_vWidth = virtualWidth(); _vWidth = virtualWidth();
_vHeight = virtualHeight(); _vHeight = virtualHeight();