mirror of
https://github.com/usetrmnl/bb_epaper.git
synced 2026-04-29 13:43:26 -07:00
Update g5dec.inl
less diff with main
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ static void Decode_Begin(G5DECIMAGE *pPage)
|
||||
#ifdef __GNUC__
|
||||
#ifdef __AVR__
|
||||
pPage->iHLen = 16 - __builtin_clz(pPage->iWidth);
|
||||
#else
|
||||
#else
|
||||
pPage->iHLen = 32 - __builtin_clz(pPage->iWidth);
|
||||
#endif
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user