frame buffer

Hello,

have some function that can update "frame buffer"to help me to view my image when I set_pixel and display image ?

I have searched in forum , the compress_for_ide() can display to fb but img object will break?

could you tell me, have what way to display updated image at frame buffer

draw_image()?

how can i display image , like cv.imshow( img )?

draw_image() Is it used like this:
b_img = img.binary([(20,200)]) # Want to change the image data, temporarily use this function to represent
while(True):
b_img.draw_image(b_img, b_img.width(), b_img.height())

Hi, please see the image_drawing example.