glcd_ssd1306

Library for GLCD using the SSD1306 display controller.

Author Rob Jansen, Copyright © 2020..2022, all rights reserved.
Adapted-by
Compiler 2.5r6

Description

Text and graphics library for the graphic display module using 
             the SSD1306 display controller. The library supports displays
             with a resolution of 128 x 32 or 128 x 64 (default).


Sources

Library glcd_nokia_5110.jal used as starting point.
         SS1306 Data Sheet Revision 1.1 (April 2008)
         Adafruit_SSD1306 library and some others.         


Notes

This library supports the control of the display via one of two
       interfaces IIC or 4-wire SPI which depends om the module that is used. 
       The default is hardware IIC control but this can be overruled using 
       software IIC control by defining the following constant:
       -) const SSD1306_SOFTWARE_IIC = TRUE 


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Private

Functions


API details

Global variables/contants

Procedures

Private

Functions


Related samples

Here are the list of samples which use this library:

16f182516f1825_dcf77_decoder_ssd1306.jal
16f182516f1825_gps_neo_6m_ssd1306_clock.jal
16f182516f1825_glcd_ssd1306_font.jal
16f182516f1825_philips_rc_decoder_ssd1306.jal
16f182516f1825_nec_rc_decoder_ssd1306.jal
16f1885716f18857_glcd_ssd1306_font_graphics.jal