Open-Acidification / Open-Acidification/TankControllerPico

LCD resize

Open
#39 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2
Forks
1
Avg merge
2h 22m
Merged PRs (30d)
2

Description

Currently, all output prints across two lines, and the LCD is initialized to display only 4 characters.

As the project progresses, resize and refactor the display logic to match the dimensions of the physical LCD. This includes updating print formatting and LCD configuration to properly utilize the full display area.

This will improve readability and ensure consistency between the software output and the actual hardware.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the display logic that formats output across two lines and the LCD configuration initialized for four characters. Compare those settings with the physical LCD dimensions, then verify that output uses the full display area and remains readable.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.