-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
640x480 8bppx and DVI_SYMBOLS_PER_WORD=1 half right #38
Comments
Code for reference
|
Half screen shows the image properly, the other half has some data right but scrambled |
Whats confusing for me is that RGB16 version, if I play around with DVI_SYMBOLS_PER_WORD I can go full or half resolution, on RGB8 it fails |
Could you add @Wren6991 an example of dvi_scanbuf_main_8bpp with DVI_SYMBOLS_PER_WORD=1? |
From what I could test, the only color that it's not properly coded is red, in the second half |
I think I fixed it: I just added a DVI_SYMBOLS_PER_WORD==1 comparisson to leftshift encode.
|
I'm testing 8bits per pixel (RGB332) in a 640x240 buffer mode using DVI_SYMBOLS_PER_WORD=1
uint8_t framebuf[FRAME_HEIGHT][FRAME_WIDTH];
video gfx buffer is properly set, but encoding appears to be doing half the screen, what could be wrong?
The text was updated successfully, but these errors were encountered: