Skip to content

Commit

Permalink
Update DEVELOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Jun 12, 2022
1 parent ea7e8dc commit b69e150
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DEVELOP.md
Expand Up @@ -92,11 +92,13 @@ From here on, just use any of the Public Methods found in the interface descript
| PUB setTextAtXY(X, Y, pText) | Write zstr to Frame Buffer at device row, column
| PUB fillRegionAt(X, Y, color, width, height) | Fill region of Frame Buffer with color
| PUB borderAtXY(X, Y, color, thickness, width, height) | Draw border of thinkness* into Frame Buffer
| PUB lineAtXY(fmX, fmY, toX, toY, color) | Draw line into Frame Buffer
| PUB placeImageAtXY(X, Y, pImgBits, imgWidth, imgHeight, rotation) | Overlay image bits of color onto
| PUB lineAtXY(fmX, fmY, toX, toY, color) | Draw line into Frame Buffer
| PUB circleAtXY(X, Y, diameter, color) | Draw circle into Frame Buffer
| PUB placeImageAtXY(X, Y, pImgBits, imgWidth, imgHeight, rotation) | Overlay image bits* of color into Frame Buffer
| PUB flushToDisplay() | Flush Frame Buffer content to Display

* *thickness - of the `borderAtXY()` method may not yet be working...*
* See [Create bitmaps for display on your eInk device](../C-src) for creating bitmaps to use with `placeImageAtXY()`.


Have Fun!
Expand Down

0 comments on commit b69e150

Please sign in to comment.