-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add framebuffer fill function"
This reverts commit 3165c53. The issue is that this implementation ends up in a segmentation fault because of unknown reason. The fix will follow in the next commit that implements this function in Python itself. The bug was, that after filling the framebuffer with one single color, I got a -1 return value of pyfb_flushBuffer function. This is because it says that an error occured when writing to the framebuffer. But when trying to perform any operations to draw to the offscreen buffer, python ends with an segmentation fault. Question is why??? The next commit will replace the original implementation reverted here with implementing the loop in python instead of in C.
- Loading branch information
1 parent
ffd4f0f
commit 2097022
Showing
4 changed files
with
0 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters