v79 / Khartoum

A library and app to display text and images on an Raspberry Pi eInk display
0 stars 0 forks source link
epaper kotlin-native raspberrypi

Khartoum

Experimenting with Waveshare ePaper for the Raspberry Pi

Writing code in Kotlin Native to control and display images and text on a Waveshare ePaper HAT for the Raspbery Pi.

Makes use of the bcm2835 C library for hardware control. It recreates some of the Waveshare GUI C example functions, in Kotlin, in a library I am calling Khartoum. So far, the following functions are available:

The Khartoum binary must be run as root (sudo ./Khartoum.kexe) on the Raspberry Pi.

Libraries used

Links and references