summaryrefslogtreecommitdiff
path: root/ucoo/hal/frame_buffer/dsi.stm32f4.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/frame_buffer/dsi.stm32f4.hh')
-rw-r--r--ucoo/hal/frame_buffer/dsi.stm32f4.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/frame_buffer/dsi.stm32f4.hh b/ucoo/hal/frame_buffer/dsi.stm32f4.hh
index 5f785aa..6842f19 100644
--- a/ucoo/hal/frame_buffer/dsi.stm32f4.hh
+++ b/ucoo/hal/frame_buffer/dsi.stm32f4.hh
@@ -44,7 +44,7 @@ class Dsi : public Ltdc
/// Setup a layer.
void layer_setup (int layer, const Surface &surface, int x, int y);
/// Refresh screen.
- static void refresh ();
+ static void refresh (bool wait_hsync);
/// Write a command to display.
static void write_command (std::initializer_list<uint8_t> data);
private: