The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Device-Chip-SSD1306

0.14    2023-09-13
        [CHANGES]
         * General module style updates:
            + Updated for Object::Pad v0.800
            + Swap unit tests to `Test2::V0`

0.13    2022-12-12
        [CHANGES]
         * Updated for Object::Pad v0.73:
            + Use `field NAME = EXPR` syntax
         * Removed the remaining `$self->{...}` accesses

0.12    2022-10-29
        [CHANGES]
         * Updates for Object::Pad v0.70
            + `ADJUST :params`

0.11    2022-01-31
        [CHANGES]
         * Updated for Object::Pad 0.57
            + Use :isa attribute instead of `extends` keyword
         * Updated for bleadperl
            + Avoid use of @_ within signatured method

0.10    2021-10-22
        [CHANGES]
         * Use :param and ADJUSTPARAMS from Object::Pad 0.51

0.09    2020-12-06
        [CHANGES]
         * Updated to use Object::Pad
         * Use toplevel 'await' syntax from Future::AsyncAwait 0.47

0.08    2019-01-08 23:54:57
        [CHANGES]
         * Use Future::AsyncAwait for `async sub` syntax

0.07    2018-09-10 16:53:16
        [CHANGES]
         * Remark that the driver also supports an SSD1309
         * Fix description of the arrow bitmap
         * Add ->display_invert to control inverted output mode

0.06    2018-08-08 18:01:23
        [CHANGES]
         * Add a ->draw_blit method for rendering bitmaps onto the framebuffer
         * Support configuring the X- or Y-axis flipping in hardware

        [BUGFIXES]
         * Fix accidental Y-axis flip in display initialisation code

0.05    2018-08-05 13:48:14
        [CHANGES]
         * Support the 0.49inch 64x32 module
         * Maintain a framebuffer, provide some efficient drawing methods for
           managing it

0.04    2017/01/09 00:21:52
        [CHANGES]
         * Support other sized modules:
            + SSD1306 at 128x32
            + SH1106 chips - often used on larger displays

0.03    2016/06/08 14:45:05
        [BUGFIXES]
         * Fix t/00use.t for renamed module

0.02    2016/06/07 23:52:07
        [CHANGES]
         * Renamed from Device::BusPirate::Chip::SSD1306
         * Changed to implement Device::Chip interface

Previously, this distribution was called Device-BusPirate-Chip-SSD1306

0.01    2015/04/15 00:41:50
        First version, released on an unsuspecting world.