Search found 535 matches

by esky-sh
Tue Jan 31, 2023 9:18 pm
Forum: BeadaPanel
Topic: Sending continuous stream of image updates?
Replies: 3
Views: 4798

Re: Sending continuous stream of image updates?

Only those format supported for raw video:
format: { BGRx, RGB16, RGB15, I420, YV12, Y42B, UYVY, YUY2, YVYU, NV12, NV21, NV16 }
by esky-sh
Tue Jan 31, 2023 6:09 pm
Forum: BeadaPanel
Topic: Sending continuous stream of image updates?
Replies: 3
Views: 4798

Re: Sending continuous stream of image updates?

Yes you will need to send video stream in your case. The procedure is identical with sending picture.
by esky-sh
Sat Jan 28, 2023 6:06 pm
Forum: BeadaPanel
Topic: PanelLink sample usage?
Replies: 2
Views: 4454

Re: PanelLink sample usage?

The code on github is little obsolete. BOOL QueryDeviceEndpoints(WINUSB_INTERFACE_HANDLE hDeviceHandle, PIPE_ID* pipeid) { if (hDeviceHandle == INVALID_HANDLE_VALUE) { return FALSE; } BOOL bResult = TRUE; USB_INTERFACE_DESCRIPTOR InterfaceDescriptor; ZeroMemory(&InterfaceDescriptor, sizeof(USB_INTER...
by esky-sh
Tue Dec 21, 2021 4:48 pm
Forum: BeadaPanel
Topic: Hardware Configuration
Replies: 0
Views: 6649

Hardware Configuration

Hardware configurations in animation.ini file:

Code: Select all

; hardware configuration section
[hardware]	
type			= config 
backlight		= 90
;rotation		= counterclockwise
Members for rotation parameter:

Code: Select all

clockwise
rotate-180
counterclockwise 
by esky-sh
Thu Dec 09, 2021 6:44 pm
Forum: BeadaPanel
Topic: BeadaPanel 3.5" IPS Screen launched now!
Replies: 0
Views: 6654

BeadaPanel 3.5" IPS Screen launched now!

h35cm.jpg
h35cm.jpg (184.58 KiB) Viewed 6654 times
eBay Link-->https://www.ebay.com/itm/125042165021
by esky-sh
Fri Sep 10, 2021 7:22 pm
Forum: BeadaPanel
Topic: Clock Overlay Configuration
Replies: 2
Views: 6359

Options for font-desc

Fonts available for BeadaPanel v6.0:

Code: Select all

LCDMono
LCDMono2
LCD2
LCD
Liberation Mono
Liberation Sans
Liberation Serif
DejaVu Sans
DejaVu Serif
LcdD
by esky-sh
Fri Sep 10, 2021 6:50 pm
Forum: BeadaPanel
Topic: Clock Overlay Configuration
Replies: 2
Views: 6359

Clock Overlay Configuration

Clock configurations in animation.ini file:

Code: Select all

[alameda]
type			= clock
pattern			= ball
keep-aspect-ratio	= true
foreground-color	= 0xffff0000
valignment		= center 
halignment		= center 
time-format		= %r
font-desc		= LCDMono2, 72
color			= 0xffffffff
Options for time-format
time-format.jpg
time-format.jpg (243.01 KiB) Viewed 6356 times
by esky-sh
Fri Mar 12, 2021 9:57 pm
Forum: INNOSTICK 6
Topic: How to enable DHT11/22 sensor in AirSniffer
Replies: 0
Views: 7462

How to enable DHT11/22 sensor in AirSniffer

logServer.py line 24; defPMParameter = {'SensorName':'PMS5003ST' , 'Uart#':4 , 'ResetPin#':'GPIO2_IO00' , 'SetPin#':'GPIO2_IO01'} defHCHOParameter = {'SensorName':'PMS5003ST' , 'Uart#':4 , 'ResetPin#':'GPIO2_IO00' , 'SetPin#':'GPIO2_IO01'} defTEMPParameter = {'SensorName':'PMS5003ST' , 'Uart#':4 , '...