Release Notes for

SSD1315 LCD Component Drivers

Copyright © 2019-2023 STMicroelectronics

Purpose

This driver provides a set of functions for SSD1315 LCD component

Update History

Main Changes

  • Review Scrolling Frequency definitions to follow SSD1315 specification
    • Remove not supported SSD1315_SCROLL_FREQ_25FRAMES/SSD1315_SCROLL_FREQ_256FRAMES
    • Update SSD1315_SCROLL_FREQ_5FRAMES/SSD1315_SCROLL_FREQ_64FRAMES/SSD1315_SCROLL_FREQ_128FRAMES with correct value
    • Add SSD1315_SCROLL_FREQ_6FRAMES/SSD1315_SCROLL_FREQ_32FRAMES definitions
  • Update SSD1315_DrawBitmap() and SSD1315_ShiftBitmap() functions to avoid size divided by 2

Main Changes

  • Update disclaimer to add reference to the new license agreement

Main Changes

  • First official release of SSD1315 LCD Component Drivers in line with STM32Cube BSP drivers development guidelines (UM2298)
  • The component drivers are composed of
    • component core drivers files: ssd1315.h/.c
    • component register drivers files: ssd1315_reg.h/.c

Backward Compatibility

  • This version breaks the compatibility with previous versions

Dependencies

This software release is compatible with:

  • BSP Common v6.0.0 or above

Main Changes

  • Ticket 74733 - Correct typo in test to check if bitmap covers whole screen

Main Changes

  • First official release of SSD1315 LCD Component drivers