Search found 6 matches

by GromRGB
Tue Sep 21, 2021 8:27 pm
Forum: Hardware Setups
Topic: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Replies: 1375
Views: 398875

Re: tty2oled Software Add-On with USB/SD Support (Show Text/Pictures based on loaded Core on Display)

Thanks,

I have this one :
https://fr.aliexpress.com/item/33012440 ... 6c37WtB8sI

I found that pins 7-13 are for data (for the other modes).
I probably have a defective product (pins 10 and 13) but it works in 4spi mode with pins 7-13 not connected.

Regards
by GromRGB
Sun Sep 19, 2021 6:12 pm
Forum: Hardware Setups
Topic: tty2oled Soft&Hardware Add-On (Shows Core based Pictures on a Display)
Replies: 1375
Views: 398875

Re: tty2oled Software Add-On with USB/SD Support (Show Text/Pictures based on loaded Core on Display)

Hi, I have too a problem with 2.8''OLED version 1.0. It works only if pins 7-13 are not at ground. I have 0.15A with a black screen when pins 7-13 are connected to ground (0.1A when it works). After some other tests: The pin 10 to ground makes the display silly. The pin 13 to ground makes screen black (with over consumption). Where I can find the d...
by GromRGB
Wed May 19, 2021 8:49 am
Forum: Display Devices
Topic: Ipad 3/4 Display with HDMI converter board
Replies: 92
Views: 198585

Re: Ipad 3/4 Display with HDMI converter board

Hi,

Aliexpress try to send me a board 2 times less expensive.

https://fr.aliexpress.com/item/1005002631383788.html

Is anyone try this one to see if it is too lag free ?
by GromRGB
Fri Aug 21, 2020 8:17 pm
Forum: Input Devices
Topic: Any "DeamonBite KTRL Arcade Mini" users that can help?
Replies: 5
Views: 4058

Re: Any "DeamonBite KTRL Arcade Mini" users that can help?

Hi, By default, deboucing is not activated. Multiple pushing buttons can be read by the arduino the time you press the button. You can try to change DEBOUNCE value in the .ino file. #define DEBOUNCE 1 // 1=Diddly-squat-Delay-Debouncing™ activated, 0=Debounce deactivated I have no errors with the compilation. Do you select the ''Arduino Micro'' boar...
by GromRGB
Tue Aug 18, 2020 5:51 pm
Forum: Input Devices
Topic: USB controller board combo
Replies: 3
Views: 3509

Re: USB controller board combo

I made it on my Arduino Pro Micro this morning :D, now I have 4 joysticks (/dev/input/js0, /dev/input/js1...). You just need to modify ''u-boot.txt'' file on your SD Card: v=loglevel=4 usbhid.jspoll=1 xpad.cpoll=1 usbhid.quirks=0x2341:0x8037:0x040 PS: 0x2341:0x8037 is the Vendor ID and the Product ID of my Arduino Pro Micro, you must replace it wi...
by GromRGB
Tue Jun 23, 2020 8:37 am
Forum: Input Devices
Topic: USB controller board combo
Replies: 3
Views: 3509

Re: USB controller board combo

I made it on my Arduino Pro Micro this morning :D, now I have 4 joysticks (/dev/input/js0, /dev/input/js1...). You just need to modify ''u-boot.txt'' file on your SD Card: v=loglevel=4 usbhid.jspoll=1 xpad.cpoll=1 usbhid.quirks=0x2341:0x8037:0x040 PS: 0x2341:0x8037 is the Vendor ID and the Product ID of my Arduino Pro Micro, you must replace it wit...