Search found 524 matches

by moosepr
Wed Jan 09, 2019 3:36 am
Forum: Support for TinyPi
Topic: Hello
Replies: 7
Views: 11704

Re: Hello

I will have to see what i can come up with :)
by moosepr
Mon Jan 07, 2019 8:58 am
Forum: Support for TinyPi
Topic: Hello
Replies: 7
Views: 11704

Re: Hello

Hey so I have a question that may or may not be really flippin stupid. Heh. Theoretically, if someone wanted to, could they use the TinyPi as the brains behind a GBZ? Like, if you connected a different battery, button PCB, and display, and made a few simple modifications, could you potentially make...
by moosepr
Fri Dec 07, 2018 1:56 pm
Forum: Support for TinyPi
Topic: Hello
Replies: 7
Views: 11704

Hello

Hi guys :D

Please use this section for TinyPi related shenanigans.

For downloads go to http://files.pi0cket.com

For original TinyPi help, visit http://TinyPi.pi0cket.com

And for the Pro, visit http://pro.pi0cket.com

Let's all play nice and have fun

Pete (moosepr/pi0cket) :D
by moosepr
Wed Dec 05, 2018 6:01 am
Forum: For Sale/Trade
Topic: TinyPi Pro :)
Replies: 0
Views: 1897

TinyPi Pro :)

for anyone who didnt notice, TinyPi Pro is now available on Kickstarter https://www.kickstarter.com/projects/pi0cket/tinypi-pro-the-worlds-smallest-raspberry-pi-gaming The campaign runs until the end of the month, and its already over 100% so it will be going all the way :) Any questions, feel free ...
by moosepr
Fri Oct 26, 2018 2:43 am
Forum: Guides
Topic: [Guide] ili9341 SPI TFT Screen on Retropie
Replies: 265
Views: 442417

Re: [Guide] ili9341 SPI TFT Screen on Retropie

looking good ;)
by moosepr
Tue Oct 23, 2018 7:59 am
Forum: Guides
Topic: [Guide] ili-9341 true 60 fps fast refresh tutorial
Replies: 30
Views: 63049

Re: [Guide] ili-9341 true 60 fps fast refresh tutorial

you need to re-make it all, and add in the option

-DSTATISTICS=0

that will set it to be off

'-DSTATISTICS=number: Specifies the level of overlay statistics to show on screen. 0: disabled, 1: enabled, 2: enabled, and show frame rate interval graph as well.'
by moosepr
Mon Oct 15, 2018 10:18 am
Forum: Guides
Topic: [Guide] ili9341 SPI TFT Screen on Retropie
Replies: 265
Views: 442417

Re: [Guide] ili9341 SPI TFT Screen on Retropie

you have to use the flexfb driver

https://github.com/notro/fbtft/wiki/flexfb

the one built into fbtft isnt quite right for these screens
by moosepr
Tue Oct 02, 2018 7:30 am
Forum: General Project Chat
Topic: 1.44" 128x128 pi zero hat
Replies: 19
Views: 43965

Re: 1.44" 128x128 pi zero hat

awesome news!! you could try playing with the value. It will impact the speed of the comunication if its low, stopping you being able to get a good fps. The number is used to calculate the multiplier that gets used in the actual communication speed, so it is actually impacted by the cpu clock speed....
by moosepr
Mon Oct 01, 2018 5:11 am
Forum: General Project Chat
Topic: 1.44" 128x128 pi zero hat
Replies: 19
Views: 43965

Re: 1.44" 128x128 pi zero hat

My first thought is to check the speed, you might has a screen that doesnt like the speed you are using
by moosepr
Sun Sep 02, 2018 7:40 am
Forum: Guides
Topic: [Guide] ili9341 SPI TFT Screen on Retropie
Replies: 265
Views: 442417

Re: [Guide] ili9341 SPI TFT Screen on Retropie

Actually, if you don't have a DC pin, you might need to force it to use 9 bit data Try this sudo modprobe fbtft_device name=flexfb speed=40000000 fps=60 gpios=reset:25 sudo modprobe flexfb buswidth=9 setaddrwin=0 width=240 height=240 init=-1,0x11,-2,120,-1,0x36,0x00,-1,0x3A,0x05,-1,0xB2,0x0C,0x0C,0x...