frame-codebase icon indicating copy to clipboard operation
frame-codebase copied to clipboard

The complete codebase for Frame

Results 57 frame-codebase issues
Sort by recently updated
recently updated
newest added

There does not seem to be a way to clear the display without first putting some text into the buffer, and then displaying it. So, it is possible to clear...

Rotating a JPEG image in hardware is expensive: it requires a buffer of the full frame so that it can be transposed... For this reason, JPEG EXIF metadata were added...

Feature is complete but the Lua API needs refining and testing. See #250 for details

According to the documentation at https://docs.brilliant.xyz/frame/lua/#file-system, the `file:read(*num_bytes)` function should read at max `num_bytes` from the file, or until the end of a line or file. In practice, this does...

Currently, the tap callback appears to "queue" one callback while the frame is sleeping. ```lua function handle_tap() print('got tap') if can_tap then can_tap=false print('allowed tap') frame.sleep(5) can_tap=true end end can_tap=true...

The ANCS Bluetooth protocol permits smart watches and other equipments to receive a notification feed from iOS devices. This is a requirement to be able to receive notifications from the...