FeDorDrolma98

Results 2 issues of FeDorDrolma98

Hello, The draw_text function currently use this formula to modify the color : `let mult = (1.0 - v).min(1.0); color::RGB((c1 * mult) as u8, (c2 * mult) as u8, (c3...

Hello ! Would it be possible to add an orientation option to the libremarkable? I want to make an UI in landscape rather than in portrait. I didn't find any...