Skip to content

[Issue with running NeoPixelBitmap.ino on a 8*32 flex display] #738

Closed Answered by Makuna
techtoys asked this question in Q&A
Discussion options

You must be logged in to vote

(NOT AN ISSUE attribute means it's a discussion, so I moved it over. If we find a real bug here, we can create an issue to track it with details)

How did you define image?
The actual BMP file is needed to see details of what it is. You can rename the file to .txt and then attach. Or ZIP it up and attach that. It looks like the image is rotated 180 degrees which could be from file details. Or it could be how the physical matrix is mapped out. What is pixel zero? What is pixel 7? What is Pixel 8? See Wiki.
You are using BLT method that only does a single row. see Wiki
You want to use the one that does 2D Blt, which requires more parameters including the layout MAP for your flexible matrix. …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@techtoys
Comment options

@Makuna
Comment options

@techtoys
Comment options

Answer selected by techtoys
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #737 on October 03, 2023 16:48.