Mistake in C-documentation: getDisplayBufferBitmap

I think getDisplayBufferBitmap (I've found in C_API/pd_api/pd_api_gfx.h) should be in C-ref Instead of graphics.getDisplayFrameBitmap.
There's no getDisplayFrameBitmap in the *.h

1 Like

This is still there in 2.0.1.
Is it a documentation error or a header error?

But without this API, I can't write Scaled or Rotated bitmap directly to FrameBuffer.
It is possible from Lua's API, so I guess there must be some way to do it.

1 Like

Ah, that should be getDisplayBufferBitmap() instead. I'll fix that now!

2 Likes