OLED module for RISC OS
v0.05 2017/02/04
The module
OLED is released under the EUPL v1.1 (only). Therefore, you can download the sources too:
HowTo
Documentation
Apps
Download oledpong.zip (Pong app, plus C source code), 16KiB
The !Pong software is now supplied with the OLED module.
Watch it on YouTube
What's changed
- 0.01 2014/04/24
First release version. Handles all documented SWIs except "OLED_DrawFont". Supplied with a demo program that shows off most of its behaviour.
- 0.02 2014/05/03
For "pure" image data (no left/right wastage), the driver extracts the pixel data directly, bypassing OS_SpriteOp. It's faster.
- 0.03 2014/05/29
No functional changes. Released under the EUPL v1.1 (only).
- 0.04 2016/06/21
Added "OLED_CanPrint".
- 0.05 2017/02/04
Now supports the new *IICDevices command to report the device type ("SD1306 OLED controller") when required.