Search found 2 matches

by Pienkaito
Wed Dec 30, 2020 12:54 pm
Forum: Support and Development
Topic: Windows global scale
Replies: 4
Views: 5681

Re: Windows global scale

Perhaps you could disable dpi scaling on love.conf?

Code: Select all

function love.conf(t)
	t.window.usedpiscale = false
end
by Pienkaito
Sat Dec 26, 2020 6:22 pm
Forum: Support and Development
Topic: Running LÖVE on a TFT Display on Raspberry Pi Zero?
Replies: 0
Views: 5409

Running LÖVE on a TFT Display on Raspberry Pi Zero?

TL;DR: I have bought a 3.5" TFT Touch Display and it works. Source I can see the console running on the display and I can login into it. However if I run LÖVE, then the video is being displayed on the HDMI port and not the TFT display. I would like to see LÖVE on the TFT Display. Does anyone kn...