Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picocolourpicker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ed8g20
picocolourpicker
Commits
9a81dd5c
Commit
9a81dd5c
authored
2 years ago
by
ed8g20
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /CMakeLists.txt - /scope.cpp
parent
11c85b0c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-3
0 additions, 3 deletions
CMakeLists.txt
scope.cpp
+0
-1
0 additions, 1 deletion
scope.cpp
with
0 additions
and
4 deletions
CMakeLists.txt
+
0
−
3
View file @
9a81dd5c
...
@@ -28,8 +28,5 @@ include(drivers/st7789/st7789)
...
@@ -28,8 +28,5 @@ include(drivers/st7789/st7789)
# Pull in pico libraries that we need
# Pull in pico libraries that we need
target_link_libraries
(
scope pico_stdlib hardware_spi hardware_pwm hardware_dma rgbled button pico_display pico_graphics st7789
)
target_link_libraries
(
scope pico_stdlib hardware_spi hardware_pwm hardware_dma rgbled button pico_display pico_graphics st7789
)
pico_enable_stdio_usb
(
scope 1
)
pico_enable_stdio_uart
(
scope 0
)
# create map/bin/hex file etc.
# create map/bin/hex file etc.
pico_add_extra_outputs
(
scope
)
pico_add_extra_outputs
(
scope
)
This diff is collapsed.
Click to expand it.
scope.cpp
+
0
−
1
View file @
9a81dd5c
...
@@ -25,7 +25,6 @@ Button button_y(PicoDisplay::Y);
...
@@ -25,7 +25,6 @@ Button button_y(PicoDisplay::Y);
uint8_t
red
,
green
,
blue
;
uint8_t
red
,
green
,
blue
;
int
main
()
{
int
main
()
{
stdio_init_all
();
led
.
set_rgb
(
red
,
green
,
blue
);
led
.
set_rgb
(
red
,
green
,
blue
);
st7789
.
set_backlight
(
255
);
st7789
.
set_backlight
(
255
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment