Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print() scrolling text #4

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 4, 2022

  1. Added some functions to support scrolling text

    Liam Howell committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    38ab667 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Completed functions

    Added print(), trunctate_text(), draw_print_text(), _init_print_text_func() along with print.py in examples
    Liam Howell committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    a6a475f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Fixed line_num, improved text colour

    Added a property to get the display size, text colour is stored in disp_lst and temp_lst,, font size is stored in the library for other functions to access, general cleaning
    Liam Howell committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d481880 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LiamHowell committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7ed1519 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    LiamHowell committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    63f842f View commit details
    Browse the repository at this point in the history