B4R Question p10 led panel library

tango

Member
Licensed User
Longtime User
hi friends,
is there anybody to involve with P10 LED PANEL.
is there any library for p10 led panel.
 

tango

Member
Licensed User
Longtime User
i couldnt solve this problem.

#Region Project Attributes
#AutoFlushLogs: True
#CheckArrayBounds: True
#StackBufferSize: 300
#End Region
Sub Process_Globals
'These global variables will be declared once when the application starts.
'Public variables can be accessed from all modules.
Public Serial1 As Serial
Public dmd1 As DMD
End Sub

Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
' dmdp10.Initialize(32,16)
' dmdp10.clearScreen(1)
' AddLooper("Draw")
RunNative("loop", Null)
End Sub

Sub Draw
'dmdp10.drawString(1,1,"abc",3,0)
End Sub



B4R version: 1.50
Parsing code. (0.00s)
Compiling code. (0.01s)
Building project (0.02s)
Compiling & deploying Ino project (Arduino Nano - COM4) Error
ayarlar yükleniyor...
paketler ayarlanıyor...
Devre kartları hazırlanıyor...
Dogrulanıyor ve yükleniyor...
In file included from sketch\B4RDefines.h:27:0,
from sketch\B4RArduino.cpp:1:
b4r_main.h:13: error: 'B4RDMD' in namespace 'B4R' does not name a type
static B4R::B4RDMD* _dmd1;
^
exit status 1
'B4RDMD' in namespace 'B4R' does not name a type
 

Attachments

  • dmd-lib.zip
    30.3 KB · Views: 288
Upvote 0
Top