Fix relative link to PicoGraphics documentation

pull/760/head
andrewmk 2023-04-26 11:27:44 +01:00 zatwierdzone przez GitHub
rodzic 334283a8f6
commit 49e0b25557
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ Most of your interaction with Inky Frame will be via the PicoGraphics library, b
## Pico Graphics
You can draw on Inky Frame using our PicoGraphics display library.
- [PicoGraphics MicroPython function reference](../../modules/picographics)
- [PicoGraphics MicroPython function reference](../modules/picographics)
### Colour & Dithering
@ -161,4 +161,4 @@ PicoGraphics has undocumented support for accessing its raw framebuffer using `m
This is useful for copying raw binary images (effectively valid Inky frame buffers saved to a file) avoiding JPEG compression and so forth. For some dicussion about why and how you might do this, see: https://github.com/pimoroni/pimoroni-pico/issues/681
:warning: This *does not work* for Inky 7.3, since there is no framebuffer in memory. PicoGraphics will raise a `ValueError: No local framebuffer.` if you try. We aim to fix this with some hardfault handling sorcery.
:warning: This *does not work* for Inky 7.3, since there is no framebuffer in memory. PicoGraphics will raise a `ValueError: No local framebuffer.` if you try. We aim to fix this with some hardfault handling sorcery.