PADD
PADD copied to clipboard
Pico being forced on mini pitft
Before submitting a bug report, are you using a test version of Pi-hole? If so, PADD doesn‘t support beta versions of Pi-hole!
Describe the bug Pico being displayed on 1.4", micro is proper version. ran sudo dpkg-reconfigure console-setup. selected 24x12 (framebufferonly) and it displayed correctly, but after a few reboots its back to displaying the pico version and if I run dpkg-reconfigure again I get the "PADD isn't for ants" message.
To Reproduce Steps to reproduce the behavior:
- install pitft option #6 270 degree rotation and latest PADD 3.3.1
- observe version displayed
was also doing this on the 2.8" capacitive touch screen and pi2 b, was displaying mini, but tiny was correct (or vice versa)
Looks like something is changing your font and size. Your picture for micro looks correct for an 8px high font, which is not an available size for the default Terminus font that is installed with PiTFT (6x12).
What's the contents of /etc/default/console-setup?
Also, the 12x24 px font would result in 5 rows, so yeah, PADD would complain. Reconfiguring the console doesn't take effect until after a reboot.
Just found this project and had a same issue. After various attempts of tinkering with the console settings I ran sudo dpkg-reconfigure console-setup
and left the font size the same as the boot console font - I now have the micro display in the first screenshot on my Pi Zero.
My /etc/default/console-setup
looks like this,
# CONFIGURATION FILE FOR SETUPCON
# Consult the console-setup(5) manual page.
ACTIVE_CONSOLES="/dev/tty[1-6]"
CHARMAP="UTF-8"
CODESET="guess"
FONTFACE=""
FONTSIZE=""
VIDEOMODE=
SCREEN_WIDTH=40
SCREEN_HEIGHT=18
# The following is an example how to use a braille font
# FONT='lat9w-08.psf.gz brl-8x8.psf'
HTH
Reboot it a few times, you'll see it happen again
Sent from ProtonMail mobile
-------- Original Message -------- On Jan 21, 2021, 6:06 AM, Jimbob-B wrote:
Just found this project and had a same issue. After various attempts of tinkering with the console settings I ran sudo dpkg-reconfigure console-setup and left the font size the same as the boot console font - I now have the micro display in the first screenshot on my Pi Zero.
My /etc/default/console-setup looks like this,
CONFIGURATION FILE FOR SETUPCON
Consult the console-setup(5) manual page.
ACTIVE_CONSOLES="/dev/tty[1-6]" CHARMAP="UTF-8" CODESET="guess" FONTFACE="" FONTSIZE="" VIDEOMODE= SCREEN_WIDTH=40 SCREEN_HEIGHT=18
The following is an example how to use a braille font
FONT='lat9w-08.psf.gz brl-8x8.psf'
HTH
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.