You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func (o *OLED96x96) DrawBitmap(bitmap []byte) error { return nil } is not yet implemented. We might also want to add a DrawImg method that takes an image.Image argument
The text was updated successfully, but these errors were encountered:
func (o *OLED96x96) DrawBitmap(bitmap []byte) error { return nil }
is not yet implemented. We might also want to add aDrawImg
method that takes animage.Image
argumentThe text was updated successfully, but these errors were encountered: