bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 107 forks source link

Frontplate with 18x16 letters and the matrix plugin #143

Closed Joeri-MS closed 3 years ago

Joeri-MS commented 4 years ago

I've got an 18x16 Frontplate working. But some Plugins, like Matrix, dosen't uses all LEDs, only the original 11x10 area are used.

In the matrix plugin.py i changed the width, but i did not find the right place to change the hight.

    # initialize rain start: set to end coordinate
    rain = [20 for _ in range(0, wcd.get_wca_width() + 1)]
    while True:
bk1285 commented 4 years ago

@mrksngl any chance, to look into this?!? ;)

Best, Bernd

Joeri-MS commented 3 years ago

I found the 2 Lines: Line 38: rain = [20 for _ in range(0, wcd.get_wca_width() + 1)] And Line 51: y1 = min(wcd.get_wca_height() + 1, y);