Electrocard icon indicating copy to clipboard operation
Electrocard copied to clipboard

Dual Screen (Everything 1/2)

Open thorgod opened this issue 5 years ago • 1 comments

Hey I know you dont support this project, just for looking at the code. However, wanted to see if you would help a little in understanding why it duplicating at 1/2 scale vertically.

I was just testing out the code but everything is 1/2 the vertical scale, did you change the TinyOLED library?

image

Attached is my TinyOLED libary with some minor changes. TinyOLED.zip

thorgod avatar Nov 05 '19 18:11 thorgod

Actually figured it out. Needed to change this two on startup

	0xA8, 0x1F, // Set multiplex ratio(1 to 64)
and
	0xDA, 0x02, // Set com pins hardware configuration

thorgod avatar Nov 06 '19 22:11 thorgod