Rain92 / qt5-kobo-platform-plugin

A Qt5 platform backend plugin for Kobo E-Ink devices.
GNU General Public License v3.0
32 stars 7 forks source link

Can't clear screen (regardless of waveform) #6

Closed Aryetis closed 2 years ago

Aryetis commented 2 years ago

Hello,

it seems like FBInk is build in minimal mode therefore it refuses to clear the screen. [FBInk] Drawing primitives are disabled in this FBInk build!

Adding DRAW = 1 to its build parameters is enough to fix it.

Rain92 commented 2 years ago

It's merged in!